Share via


WebSiteHostNameSslState.SslState Property

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

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

Usage

'Usage
Dim instance As WebSiteHostNameSslState
Dim value As Nullable(Of WebSiteSslState)

value = instance.SslState

instance.SslState = value

Syntax

'Declaration
Public Property SslState As Nullable(Of WebSiteSslState)
public Nullable<WebSiteSslState> SslState { get; set; }
public:
property Nullable<WebSiteSslState> SslState {
    Nullable<WebSiteSslState> get ();
    void set (Nullable<WebSiteSslState> value);
}
/** @property */
public Nullable<WebSiteSslState> get_SslState ()

/** @property */
public void set_SslState (Nullable<WebSiteSslState> value)
public function get SslState () : Nullable<WebSiteSslState>

public function set SslState (value : Nullable<WebSiteSslState>)

Property Value

An WebSiteSslState value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteHostNameSslState Class
WebSiteHostNameSslState Members
Microsoft.WindowsAzure.Management.WebSites.Models.WebSite Namespace