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


IDEDataset.DSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Product Availability

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

See Also

IDEDataset Interface