JobStatus::FailureCount Property

 

Optional. Number of times this job has failed.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
property int FailureCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: