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: System.String

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

VsWebSite90 Namespace