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


IWorkspace.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspace Interface > IWorkspace.Type Property
ArcGIS Developer Help

IWorkspace.Type Property

The Type of the Workspace.

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

Type is a parameter of type esriWorkspaceType*

Product Availability

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

Remarks

See esriWorkspaceType for information on the types of workspaces.

See Also

IWorkspace Interface