  | JobStatusFailureReason Property  | 
 
            Gets or sets the reason the job failed, if it failed.
            
 
    Namespace: 
   Ookii.Jumbo.Jet
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic string FailureReason { get; set; }Public Property FailureReason As String
	Get
	Set
public:
property String^ FailureReason {
	String^ get ();
	void set (String^ value);
}member FailureReason : string with get, set
Property Value
Type: 
StringThe failure reason, or 
 if the job hasn't failed.
See Also