JobRecurrence::Count Property

 

Optional. Count of occurrences that will execute. Optional. Default will recur infinitely

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

public:
property Nullable<int> Count {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>
Return to top
Show: