This document is archived and information here might be outdated. Recommended version. |
The output folder.
[Visual Basic .NET] Public Property OutputFolder As String
[C#] public string OutputFolder {get; set;}
[C++]
HRESULT get_OutputFolder(
BSTR pFolder
);
[C++]
HRESULT put_OutputFolder(
System.String* pFolder
);
[C++]
Parameters pFolder [in]
pFolder is a parameter of type BSTR pFolder [out, retval]
pFolder is a parameter of type BSTR*