WebSiteUpdateParameters.WebSiteHostNameSslState.SslState Property

 

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

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

Syntax

public Nullable<WebSiteSslState> SslState { get; set; }
public:
property Nullable<WebSiteSslState> SslState {
    Nullable<WebSiteSslState> get();
    void set(Nullable<WebSiteSslState> value);
}
member SslState : Nullable<WebSiteSslState> with get, set
Public Property SslState As Nullable(Of WebSiteSslState)

Property Value

Type: System.Nullable<WebSiteSslState>

A WebSiteSslState value.

See Also

WebSiteUpdateParameters.WebSiteHostNameSslState Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top