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