Share via


Database.ServiceObjectiveAssignmentStateDescription Property

 

Optional. Gets the description of the state of the current service objective assignment.

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

Syntax

public string ServiceObjectiveAssignmentStateDescription { get; set; }
public:
property String^ ServiceObjectiveAssignmentStateDescription {
    String^ get();
    void set(String^ value);
}
member ServiceObjectiveAssignmentStateDescription : string with get, set
Public Property ServiceObjectiveAssignmentStateDescription As String

Property Value

Type: System.String

See Also

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

Return to top