BCSDocumentStatusText Property |
Gets or sets the text to display for the current workflow status.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string StatusText { get; set; }
Public Property StatusText As String
Get
Set
public:
property String^ StatusText {
String^ get ();
void set (String^ value);
}
member StatusText : string with get, set
Property Value
Type:
StringSee Also