ResponseComment Property
Gets or sets the comment.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public 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
String
The comment.
Valid in all response types.