ArcObjects Library Reference (GeoDatabase)  

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