RetryPolicy::RetryCount Property

 

Optional. Number of times a retry should be attempted.

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

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

Property Value

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