This document is archived and information here might be outdated. Recommended version. |
The path to the file associated with this item URI.
[Visual Basic .NET]
Public Property FilePath As String
[C#]
public string FilePath {get; set;}
[C++]
HRESULT get_FilePath(
BSTR pFilePath
);
[C++]
HRESULT put_FilePath(
System.String* pFilePath
);
[C++] Parameters pFilePath [in]
pFilePath is a parameter of type BSTR pFilePath [out, retval]
pFilePath is a parameter of type BSTR*