VCFxCopTool.FxCopModuleSuppressionsFile Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

Property FxCopModuleSuppressionsFile As String

Dim instance As VCFxCopTool
Dim value As String

value = instance.FxCopModuleSuppressionsFile

instance.FxCopModuleSuppressionsFile = value
string FxCopModuleSuppressionsFile { get; set; }
property String^ FxCopModuleSuppressionsFile {
    String^ get ();
    void set (String^ value);
}
function get FxCopModuleSuppressionsFile () : String
function set FxCopModuleSuppressionsFile (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

VCFxCopTool Interface

VCFxCopTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace