Share via


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)

Syntax

public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

JobRecurrence Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top