Share via


WebSiteProperties4.FxCopRules Property

Namespace:  VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.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

WebSiteProperties3.FxCopRules

.NET Framework Security

See Also

Reference

WebSiteProperties4 Interface

FxCopRules Overload

VsWebSite100 Namespace