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


IDatasetName.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDatasetName.Type Property

The type of the dataset.

[Visual Basic .NET]
Public ReadOnly Property Type As esriDatasetType
[C#]
public esriDatasetType Type {get;}
[C++]
HRESULT get_Type(
  esriDatasetType* Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriDatasetType

Product Availability

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

See Also

IDatasetName Interface