ArcObjects Library Reference (GeoDatabase)  

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