Share via


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

'Declaration
Property FxCopRules As String
    Get
    Set
string FxCopRules { get; set; }
property String^ FxCopRules {
    String^ get ();
    void set (String^ value);
}
abstract FxCopRules : string with get, set
function get FxCopRules () : String
function set FxCopRules (value : String)

Property Value

Type: System.String
The rules for diagnostic Code Analysis (FxCop).

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

System.Diagnostics.CodeAnalysis

EnvDTE

WebSiteProperties

Other Resources

Code Analysis, Project Designer

Referencing Automation Assemblies and the DTE2 Object