SqlModelCommon.Type Property

 

Optional. Gets the type of the service resource.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top