WebSiteProperties3.EnableFxCop Property
Use Base
True
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.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
WebSiteProperties2.EnableFxCop
See Also
WebSiteProperties3 Interface
VsWebSite90 Namespace
Return to top