FailedMessage Property
Summary
Gets or sets the error message of a job.
Syntax
[DataMemberAttribute()]
public string FailedMessage { get; set; }
Public Property FailedMessage As String
public:
property String^ FailedMessage {
String^ get();
void set ( String^ );
}
Property Value
A System.String that represents the last error message of a job.