WebSiteProperties5.CodeAnalysisIgnoreBuiltInRuleSets Property

 

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

Syntax

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

Property Value

Type: System.Boolean

Implements

WebSiteProperties4.CodeAnalysisIgnoreBuiltInRuleSets

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top