JobGetHistoryResponse::JobHistoryEntry::RepeatCount Property

 

Optional. The occurrence count of this execution.

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

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

Property Value

Type: System::Int32
Return to top
Show: