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)

public:
property IList<Schedule^>^ Schedules {
	IList<Schedule^>^ get();
	void set(IList<Schedule^>^ value);
}
Return to top
Show: