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


IReplicaDataset.DatasetID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDataset Interface > IReplicaDataset.DatasetID Property
ArcGIS Developer Help

IReplicaDataset.DatasetID Property

The ID of the dataset.

[Visual Basic .NET]
Public ReadOnly Property DatasetID As Integer
[C#]
public int DatasetID {get;}
[C++]
HRESULT get_DatasetID(
  System.Int32* DatasetID
);
[C++]
Parameters
DatasetID [out, retval]

DatasetID is a parameter of type long*

Product Availability

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

Description

The DatasetID uniquely identifies the dataset (i.e. feature class, table or attributed relationship class) within the context of the workspace. This ID differs for corresponding datasets on the master and the check-out workspace.

See Also

IReplicaDataset Interface