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


IWorkspaceName.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 > IWorkspaceName Interface > IWorkspaceName.Type Property
ArcGIS Developer Help

IWorkspaceName.Type Property

The type of the associated 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.

See Also

IWorkspaceName Interface