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


IGDSData2.UploadID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

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(
  BSTR* 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