ScheduleCreateParameters::Properties Property

 

Required. Gets or sets the list of schedule properties.

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

public:
property ScheduleCreateProperties^ Properties {
	ScheduleCreateProperties^ get();
	void set(ScheduleCreateProperties^ value);
}
Return to top
Show: