ArcObjects Library Reference (GeoDatabase)  

IDEDataset.DatasetType Property

Dataset type.

[Visual Basic .NET]
Public Property DatasetType As esriDatasetType
[C#]
public esriDatasetType DatasetType {get; set;}
[C++]
HRESULT get_DatasetType(
  esriDatasetType* Type
);
[C++]
HRESULT put_DatasetType(
  esriDatasetType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriDatasetType

Type [in]

  Type is a parameter of type esriDatasetType

Product Availability

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

See Also

IDEDataset Interface