VCFxCopTool2.IgnoreBuiltInRules Property

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

VCFxCopTool2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace