This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDataset Interface > IReplicaDataset.DatasetID Property (ArcObjects .NET 10.5 SDK) |
The ID of the dataset.
[Visual Basic .NET] Public ReadOnly Property DatasetID As Integer
[C#] public int DatasetID {get;}
[C++]
HRESULT get_DatasetID(
long* DatasetID
);
[C++]
Parameters DatasetID [out, retval] DatasetID is a parameter of type long
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.