If set to do so, results will be output to a file with this name.
Read-write property
[Visual Basic .NET] |
---|
Public Property OutputFile() As String |
[C#] |
---|
public string OutputFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_OutputFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_OutputFile( BSTR * pRetVal ); public: HRESULT put_OutputFile( BSTR FileName ); |
[Java] |
---|
public String getOutputFile(); public void setOutputFile( String ); |