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