SqlModelCommon.State Property
Optional. Gets the state of the service resource.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string State { get; set; }
public:
property String^ State {
String^ get();
void set(String^ value);
}
member State : string with get, set
Public Property State As String
Property Value
Type: System.String
See Also
SqlModelCommon Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top