AbortReason Property
Summary
The reason this job should be aborted.
Syntax
[DataMemberAttribute()]
public string AbortReason { get; set; }
<DataMemberAttribute()>
Public Property AbortReason() As String
Get
Set
public:
[DataMemberAttribute]
property String^ AbortReason
{
String^ get()
void set(String^ value)
}
Property Value
The reason this job should be aborted.