WebSiteProperties.FxCopRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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