Share via


WebSiteProperties3.FxCopRules Property

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
Property FxCopRules As String
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: String

Implements

WebSiteProperties2.FxCopRules

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

FxCopRules Overload

VsWebSite90 Namespace