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


IDEDataset.DSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEDataset Interface > IDEDataset.DSID Property
ArcGIS Developer Help

IDEDataset.DSID Property

The id of the dataset.

[Visual Basic .NET]
Public Property DSID As Integer
[C#]
public int DSID {get; set;}
[C++]
HRESULT get_DSID(
  System.Int32* 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

Product Availability

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

See Also

IDEDataset Interface