VCFxCopTool2.OutputFile Property

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

Syntax

'Declaration
Property OutputFile As String
string OutputFile { get; set; }
property String^ OutputFile {
    String^ get ();
    void set (String^ value);
}
abstract OutputFile : string with get, set
function get OutputFile () : String 
function set OutputFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCFxCopTool2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace