This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspaceName Interface > ILocatorWorkspaceName.WorkspaceName Property (ArcObjects .NET 10.4 SDK) |
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
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.