Gets or sets the status text that is displayed for a document in the workflow state.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string DocumentStatusText { get; set; }
Visual Basic
Public Property DocumentStatusText As String
	Get
	Set
Visual C++
public:
property String^ DocumentStatusText {
	String^ get ();
	void set (String^ value);
}

See Also