Share via


WebSiteProperties4.CodeAnalysisIgnoreBuiltInRules Property

Gets or sets a value that indicates whether this Web site project should ignore the default rule directories that contain the default rules.

Namespace:  VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

'Declaration
Property CodeAnalysisIgnoreBuiltInRules As Boolean
bool CodeAnalysisIgnoreBuiltInRules { get; set; }
property bool CodeAnalysisIgnoreBuiltInRules {
    bool get ();
    void set (bool value);
}
abstract CodeAnalysisIgnoreBuiltInRules : bool with get, set
function get CodeAnalysisIgnoreBuiltInRules () : boolean 
function set CodeAnalysisIgnoreBuiltInRules (value : boolean)

Property Value

Type: Boolean
true if this project should ignore the default rule directories; otherwise, false.

.NET Framework Security

See Also

Reference

WebSiteProperties4 Interface

VsWebSite100 Namespace