WebSiteGetConfigurationResponse.ConnectionStringInfo.Type Property

 

Gets or sets the type of the connection string.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.ConnectionStringType

The type of the connection string.

Remarks

For example, "MySQL".

See Also

WebSiteGetConfigurationResponse.ConnectionStringInfo Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top