Gets a string representing the current workflow status description.

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

Syntax

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

See Also