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


IDataSourceConfiguration.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

IDataSourceConfiguration.Type Property

Data source type.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IDataSourceConfiguration Interface