This document is archived and information here might be outdated.  Recommended version.


IUploadItem.ID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IUploadItem.ID Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUploadItem Interface