| BCDocumentWorkflowComment Property |
Gets or sets the text message of a document log comment (the last added line).
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic string Comment { get; set; }Public Property Comment As String
Get
Set
public:
property String^ Comment {
String^ get ();
void set (String^ value);
}member Comment : string with get, set
Property Value
Type:
String
See Also