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