BCTaskObjectDescription Property |
Gets a descriptive text about the task.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public virtual string Description { get; }
Public Overridable ReadOnly Property Description As String
Get
public:
virtual property String^ Description {
String^ get ();
}
abstract Description : string with get
override Description : string with get
Property Value
Type:
StringRemarks
The Task Server uses the text in error messages.
See Also