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


IGDSData2.UploadID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSData2 Interface > IGDSData2.UploadID Property
ArcGIS Developer Help

IGDSData2.UploadID Property

The ID of the uploaded data.

[Visual Basic .NET]
Public Property UploadID As String
[C#]
public string UploadID {get; set;}
[C++]
HRESULT get_UploadID(
  System.String* UploadID
);
[C++]
HRESULT put_UploadID(
  BSTR UploadID
);
[C++]
Parameters
UploadID [out, retval]

UploadID is a parameter of type BSTR* UploadID [in]
UploadID is a parameter of type BSTR

Product Availability

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

See Also

IGDSData2 Interface