Share via


ScheduleListResponse.Schedules Property

 

Optional. Gets or sets a list of schedules.

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

Syntax

public IList<Schedule> Schedules { get; set; }
public:
property IList<Schedule^>^ Schedules {
    IList<Schedule^>^ get();
    void set(IList<Schedule^>^ value);
}
member Schedules : IList<Schedule> with get, set
Public Property Schedules As IList(Of Schedule)

Property Value

Type: System.Collections.Generic.IList<Schedule>

See Also

ScheduleListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top