WebSiteProperties5.AnonymousAuthenticationEnabled Property

 

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

Syntax

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

Property Value

Type: System.Boolean

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top