Share via


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)

Syntax

public int RepeatCount { get; set; }
public:
property int RepeatCount {
    int get();
    void set(int value);
}
member RepeatCount : int with get, set
Public Property RepeatCount As Integer

Property Value

Type: System.Int32

See Also

JobGetHistoryResponse.JobHistoryEntry Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top