Share via


VCFxCopTool2.FxCopUseTypeNameInSuppression Property

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

Syntax

'Deklarace
Property FxCopUseTypeNameInSuppression As Boolean
    Get
    Set
bool FxCopUseTypeNameInSuppression { get; set; }
property bool FxCopUseTypeNameInSuppression {
    bool get ();
    void set (bool value);
}
abstract FxCopUseTypeNameInSuppression : bool with get, set
function get FxCopUseTypeNameInSuppression () : boolean
function set FxCopUseTypeNameInSuppression (value : boolean)

Property Value

Type: System.Boolean

Implements

VCFxCopTool.FxCopUseTypeNameInSuppression

.NET Framework Security

See Also

Reference

VCFxCopTool2 Interface

FxCopUseTypeNameInSuppression Overload

Microsoft.VisualStudio.VCProjectEngine Namespace