WebSite::HostNameSslStates Property
Gets or sets a collection of WebSite::WebSiteHostNameSslState objects that lists the SSL states that are bound to the web site.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property IList<WebSite::WebSiteHostNameSslState^>^ HostNameSslStates { IList<WebSite::WebSiteHostNameSslState^>^ get(); void set(IList<WebSite::WebSiteHostNameSslState^>^ value); }
Property Value
Type: System.Collections.Generic::IList<WebSite::WebSiteHostNameSslState^>^A collection of WebSite::WebSiteHostNameSslState objects.
Show: