Share via


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)

Syntax

public ScheduleCreateProperties Properties { get; set; }
public:
property ScheduleCreateProperties^ Properties {
    ScheduleCreateProperties^ get();
    void set(ScheduleCreateProperties^ value);
}
member Properties : ScheduleCreateProperties with get, set
Public Property Properties As ScheduleCreateProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties

See Also

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

Return to top