Share via


ScheduleUpdateProperties.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 Nullable<bool> IsEnabled { get; set; }
public:
property Nullable<bool> IsEnabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member IsEnabled : Nullable<bool> with get, set
Public Property IsEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

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

Return to top