WebSiteProperties4.FxCopRuleAssemblies Property

 

Use Base

True

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

WebSiteProperties3.FxCopRuleAssemblies

See Also

WebSiteProperties4 Interface
VsWebSite100 Namespace

Return to top