This document is archived and information here might be outdated. Recommended version. |
The virtual directory for output files.
[Visual Basic .NET]
Public Property VirtualOutputDirectory As String
[C#]
public string VirtualOutputDirectory {get; set;}
[C++]
HRESULT get_VirtualOutputDirectory(
BSTR pPath
);
[C++]
HRESULT put_VirtualOutputDirectory(
System.String* pPath
);
[C++] Parameters pPath [in]
pPath is a parameter of type BSTR pPath [out, retval]
pPath is a parameter of type BSTR*