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)

public:
property bool IsSystem {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: