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


IWorkspaceStatus.Workspace Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceStatus.Workspace Property

The workspace this status refers to.

[Visual Basic .NET]
Public ReadOnly Property Workspace As IWorkspace
[C#]
public IWorkspace Workspace {get;}
[C++]
HRESULT get_Workspace(
  IWorkspace** Workspace
);
[C++]

Parameters Workspace [out, retval]
Workspace is a parameter of type IWorkspace

Product Availability

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

See Also

IWorkspaceStatus Interface