ScheduleProperties.IsEnabled Property
Optional. Gets or sets a value indicating whether this schedule is enabled.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
bool get();
void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
Property Value
Type: System.Boolean
See Also
ScheduleProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top