JobStatus::ExecutionCount Property

 

Required. Number of times this job has executed.

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

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

Property Value

Type: System::Int32
Return to top
Show: