Description
Whether to output to a file.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property OutputToFile() As Boolean
|
[C#] |
public bool OutputToFile {get; set;}
|
[Managed C++] |
public: __property bool get_OutputToFile();
public: __property void set_OutputToFile(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_OutputToFile(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OutputToFile(
VARIANT_BOOL NewOutputToFile
);
|
[Java] |
public bool getOutputToFile();public void setOutputToFile(
bool
);
|
See Also