| BCWorkflowStateDocumentStatusText Property |
Gets or sets the status text that is displayed
for a document in the workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic string DocumentStatusText { get; set; }Public Property DocumentStatusText As String
Get
Set
public:
property String^ DocumentStatusText {
String^ get ();
void set (String^ value);
}member DocumentStatusText : string with get, set
Property Value
Type:
String
See Also