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


IDatabaseLocatorWorkspace.Workspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > ID > IDatabaseLocatorWorkspace Interface > IDatabaseLocatorWorkspace.Workspace Property
ArcGIS Developer Help

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