Share via


ScheduleUpdateParameters.Properties Property

 

Optional. 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 ScheduleUpdateProperties Properties { get; set; }
public:
property ScheduleUpdateProperties^ Properties {
    ScheduleUpdateProperties^ get();
    void set(ScheduleUpdateProperties^ value);
}
member Properties : ScheduleUpdateProperties with get, set
Public Property Properties As ScheduleUpdateProperties

Property Value

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

See Also

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

Return to top