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


IDEWorkspace.WorkspaceType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEWorkspace.WorkspaceType Property

The workspace type.

[Visual Basic .NET]
Public Property WorkspaceType As esriWorkspaceType
[C#]
public esriWorkspaceType WorkspaceType {get; set;}
[C++]
HRESULT get_WorkspaceType(
  esriWorkspaceType* WorkspaceType
);
[C++]
HRESULT put_WorkspaceType(
  esriWorkspaceType WorkspaceType
);
[C++]

Parameters WorkspaceType [out, retval]
WorkspaceType is a parameter of type esriWorkspaceType WorkspaceType [in]
WorkspaceType is a parameter of type esriWorkspaceType

Product Availability

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

See Also

IDEWorkspace Interface