WebSiteProperties5.EnableFxCop Property

 

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

Syntax

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

Property Value

Type: System.Boolean

Implements

WebSiteProperties4.EnableFxCop

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top