Share via


WebSiteProperties.FxCopRules Property

Definition

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.

public:
 property System::String ^ FxCopRules { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1024)]
public string FxCopRules { [System.Runtime.InteropServices.DispId(1024)] get; [System.Runtime.InteropServices.DispId(1024)] set; }
[<System.Runtime.InteropServices.DispId(1024)>]
[<get: System.Runtime.InteropServices.DispId(1024)>]
[<set: System.Runtime.InteropServices.DispId(1024)>]
member this.FxCopRules : string with get, set
Public Property FxCopRules As String

Property Value

The rules for diagnostic Code Analysis (FxCop).

Attributes

Applies to