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

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

Property Value

Type: System.Boolean

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

See Also

WebSiteProperties4 Interface
VsWebSite100 Namespace

Return to top