The type of the dataset.
[Visual Basic .NET] Public ReadOnly Property Type As esriDatasetType
[C#] public esriDatasetType Type {get;}
[C++]
HRESULT get_Type(
esriDatasetType* DatasetType
);
[C++]Parameters
DatasetType [out, retval]DatasetType is a parameter of type esriDatasetType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Type property will return one of the following:
EsriDTFeatureClass
EsriDTTable
EsriDTRelationshipClass
From these objects, you can determine the associated feature datasets, geometric networks or topologies.