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


IDatabaseLocatorWorkspace.Workspace Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IDatabaseLocatorWorkspace.Workspace Property

The Geodatabase workspace that contains the locator workspace.

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

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

Product Availability

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

See Also

IDatabaseLocatorWorkspace Interface