This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.ID Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR pItemID
);
[C++]
Parameters pItemID [out, retval] pItemID is a parameter of type BSTR pItemID [in] pItemID is a parameter of type BSTR