TfDTECommand.OutputFile Property

Get the output file from /output option, if it is specified

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

Syntax

'Declaration
Public ReadOnly Property OutputFile As String
public string OutputFile { get; }
public:
property String^ OutputFile {
    String^ get ();
}
member OutputFile : string with get
function get OutputFile () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfDTECommand Class

Microsoft.VisualStudio.TeamFoundation Namespace