This document is archived and information here might be outdated. Recommended version. |
The base path against which path relativity is built.
[Visual Basic .NET] Public Property BasePath As String
[C#] public string BasePath {get; set;}
[C++]
HRESULT get_BasePath(
System.String* pbsBasePath
);
[C++]
HRESULT put_BasePath(
BSTR pbsBasePath
);
[C++]
Parameters pbsBasePath [out, retval]
pbsBasePath is a parameter of type BSTR* pbsBasePath [in]
pbsBasePath is a parameter of type BSTR