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


ILocatorWorkspaceName.WorkspaceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspaceName Interface > ILocatorWorkspaceName.WorkspaceName Property
ArcGIS Developer Help

ILocatorWorkspaceName.WorkspaceName Property

The Name object for the ArcSDE workspace that contains the locator workspace.

[Visual Basic .NET]
Public Property WorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName WorkspaceName {get; set;}
[C++]
HRESULT get_WorkspaceName(
  IWorkspaceName** wksName
);
[C++]
HRESULT putref_WorkspaceName(
  IWorkspaceName* wksName
);
[C++]
Parameters
wksName [out, retval]

wksName is a parameter of type IWorkspaceName** wksName [in]
wksName is a parameter of type IWorkspaceName*

Product Availability

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

Remarks

The WorkspaceName property returns a WorkspaceName object that represents the ArcSDE workspace that contains the locator workspace represented by the LocatorWorkspaceName object. Use the Type property to determine if the locator workspace is an ArcSDE locator workspace before using this property.

See Also

ILocatorWorkspaceName Interface