WebSiteProperties.FxCopRules Property

 

Gets or sets the rules for diagnostic Code Analysis (FxCop). This property supports Code Analysis and is not intended to be used in your code.

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

The rules for diagnostic Code Analysis (FxCop).

See Also

System.Diagnostics.CodeAnalysis
EnvDTE
WebSiteProperties
VsWebSite Namespace
Code Analysis, Project Designer
Referencing Automation Assemblies and the DTE2 Object

Return to top