ArcObjects Library Reference (GeoDatabase)  

IWorkspaceDefinition.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

IWorkspaceDefinition Interface