Share via


ServiceObjective.IsSystem Property

 

Optional. Gets whether or not the service objective is a system objective.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top