Share via


ServiceObjective.DimensionSettingResponse.IsDefault Property

 

Optional. Indicates whether the dimension setting is the default setting.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top