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


IDataSourceConfiguration.Type Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for Search in Libraries found

See Also

IDataSourceConfiguration Interface