WebSiteUpdateParameters.WebSiteHostNameSslState.ToUpdate Property
Gets or sets whether to update the SSL state.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool ToUpdate { get; set; }
public:
property bool ToUpdate {
bool get();
void set(bool value);
}
member ToUpdate : bool with get, set
Public Property ToUpdate As Boolean
Property Value
Type: System.Boolean
true to update the SSL state; otherwise, false.
See Also
WebSiteUpdateParameters.WebSiteHostNameSslState Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top