WebSite::WebSiteHostNameSslState::SslState Property

 

Gets or sets an WebSiteSslState value that specifies the SSL state.

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

public:
property Nullable<WebSiteSslState> SslState {
	Nullable<WebSiteSslState> get();
	void set(Nullable<WebSiteSslState> value);
}

Property Value

Type: System::Nullable<WebSiteSslState>

An WebSiteSslState value.

Return to top
Show: