Share via


JobRecurrenceSchedule.MonthlyOccurrences Property

Optional. Occurrences of days within a month.

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

Usage

'Usage
Dim instance As JobRecurrenceSchedule
Dim value As IList(Of JobScheduleMonthlyOccurrence)

value = instance.MonthlyOccurrences

instance.MonthlyOccurrences = value

Syntax

'Declaration
Public Property MonthlyOccurrences As IList(Of JobScheduleMonthlyOccurrence)
public IList<JobScheduleMonthlyOccurrence> MonthlyOccurrences { get; set; }
public:
property IList<JobScheduleMonthlyOccurrence^>^ MonthlyOccurrences {
    IList<JobScheduleMonthlyOccurrence^>^ get ();
    void set (IList<JobScheduleMonthlyOccurrence^>^ value);
}
/** @property */
public IList<JobScheduleMonthlyOccurrence> get_MonthlyOccurrences ()

/** @property */
public void set_MonthlyOccurrences (IList<JobScheduleMonthlyOccurrence> value)
public function get MonthlyOccurrences () : IList<JobScheduleMonthlyOccurrence>

public function set MonthlyOccurrences (value : IList<JobScheduleMonthlyOccurrence>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobRecurrenceSchedule Class
JobRecurrenceSchedule Members
Microsoft.WindowsAzure.Scheduler.Models Namespace