WebSiteProperties2.EnableFxCop Property

 

Use Base

True

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.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

WebSiteProperties.EnableFxCop

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top