WebSiteProperties5.CodeAnalysisIgnoreBuiltInRules Property

 

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

Implements

WebSiteProperties4.CodeAnalysisIgnoreBuiltInRules

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top