Share via


JobScheduleMonthlyOccurrence.Occurrence Property

 

Optional. Occurrence of the day within the month. Must be between -31 and 31.

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

Syntax

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

Property Value

Type: System.Nullable<Int32>

See Also

JobScheduleMonthlyOccurrence Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top