WebSiteProperties5.SSLEnabled Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

bool SSLEnabled { get; set; }
property bool SSLEnabled {
    bool get();
    void set(bool value);
}
abstract SSLEnabled : bool with get, set
Property SSLEnabled As Boolean

Property Value

Type: System.Boolean

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top