JobSchedule.Properties Property
Optional. Gets or sets the properties of the job schedule.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public JobScheduleProperties Properties { get; set; }
public:
property JobScheduleProperties^ Properties {
JobScheduleProperties^ get();
void set(JobScheduleProperties^ value);
}
member Properties : JobScheduleProperties with get, set
Public Property Properties As JobScheduleProperties
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties
See Also
JobSchedule Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top