Gets a string representing the current workflow status code.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string WorkflowStatusCode { get; }
Visual Basic
Public ReadOnly Property WorkflowStatusCode As String
	Get
Visual C++
public:
property String^ WorkflowStatusCode {
	String^ get ();
}

See Also