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