WebSiteProperties3.FxCopRules Property
Use Base
True
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.dll)
Syntax
string FxCopRules { get; set; }
property String^ FxCopRules {
String^ get();
void set(String^ value);
}
abstract FxCopRules : string with get, set
Property FxCopRules As String
Property Value
Type: System.String
Implements
See Also
WebSiteProperties3 Interface
VsWebSite90 Namespace
Return to top