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)

Usage

'Usage
Dim instance As ScheduleListResponse
Dim value As IList(Of Schedule)

value = instance.Schedules

instance.Schedules = value

Syntax

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

/** @property */
public void set_Schedules (IList<Schedule> value)
public function get Schedules () : IList<Schedule>

public function set Schedules (value : IList<Schedule>)

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

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