This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEDataset Interface > IDEDataset.DSID Property (ArcObjects .NET 10.4 SDK) |
The id of the dataset.
[Visual Basic .NET] Public Property DSID As Integer
[C#] public int DSID {get; set;}
[C++]
HRESULT get_DSID(
long* DSID
);
[C++]
HRESULT put_DSID(
long DSID
);
[C++]
Parameters DSID [out, retval] DSID is a parameter of type long DSID [in] DSID is a parameter of type long