The names of all the datasets with the specified type.
[Visual Basic .NET] Public ReadOnly Property DatasetTypes As IEnumDatasetType
[C#] public IEnumDatasetType DatasetTypes {get;}
[C++]
HRESULT get_DatasetTypes(
IEnumDatasetType** types
);
[C++]Parameters
types [out, retval]types is a parameter of type IEnumDatasetType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The DatasetTypes property returns an enumerator of IEnumDatasetType containing the supported esriDatasetTypes for the container. Use this method to determine the supported datasets for the container.