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
'Usage
Dim instance As WebSiteProperties 
Dim value As String 

value = instance.FxCopRules

instance.FxCopRules = value
string FxCopRules { get; set; }
property String^ FxCopRules {
    String^ get ();
    void set (String^ value);
}
function get FxCopRules () : String 
function set FxCopRules (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

WebSiteProperties Members

VsWebSite Namespace

System.Diagnostics.CodeAnalysis

EnvDTE

WebSiteProperties

Other Resources

Code Analysis, Project Designer

Referencing Automation Assemblies and the DTE2 Object