This document is archived and information here might be outdated. Recommended version. |
The ID of the uploaded item.
[Visual Basic .NET]
Public Property ID As String
[C#]
public string ID {get; set;}
[C++]
HRESULT get_ID(
BSTR pItemID
);
[C++]
HRESULT put_ID(
System.String* pItemID
);
[C++] Parameters pItemID [in]
pItemID is a parameter of type BSTR pItemID [out, retval]
pItemID is a parameter of type BSTR*