Get or set the informational status message for the job
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string StatusMessage { get; set; } |
Visual Basic |
---|
Public Property StatusMessage As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ StatusMessage {
String^ get () sealed;
void set (String^ value) sealed;
} |
F# |
---|
abstract StatusMessage : string with get, set
override StatusMessage : string with get, set |
Property Value
Type:
StringImplements
IJobInfo..::..StatusMessage
See Also