JobRecurrenceSchedule.Months Property
Optional. Months that the job should execute in. Must be between 1 and 12.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public IList<int> Months { get; set; }
public:
property IList<int>^ Months {
IList<int>^ get();
void set(IList<int>^ value);
}
member Months : IList<int> with get, set
Public Property Months As IList(Of Integer)
Property Value
Type: System.Collections.Generic.IList<Int32>
See Also
JobRecurrenceSchedule Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top