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


IUploadItem.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.ID Property
ArcGIS Developer Help

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(
  System.String* pItemID
);
[C++]
Parameters
pItemID [in]

pItemID is a parameter of type BSTR pItemID [out, retval]
pItemID is a parameter of type BSTR*

Product Availability

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

See Also

IUploadItem Interface