WebSiteProperties2.FxCopRules Property

 

Use Base

True

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

WebSiteProperties.FxCopRules

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top