Share via


ServiceObjective.Enabled Property

 

Optional. Gets whether or not the service objective is enabled.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

See Also

ServiceObjective Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top