This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspace Interface > ILocatorWorkspace.Name Property (ArcObjects .NET 10.5 SDK) |
The Name object for the locator workspace.
[Visual Basic .NET] Public ReadOnly Property Name As ILocatorWorkspaceName
[C#] public ILocatorWorkspaceName Name {get;}
[C++]
HRESULT get_Name(
ILocatorWorkspaceName** LocatorWorkspaceName
);
[C++]
Parameters LocatorWorkspaceName [out, retval]
LocatorWorkspaceName is a parameter of type ILocatorWorkspaceName
The Name property returns a reference to a LocatorWorkspaceName object that represents the locator workspace.
ILocatorWorkspace Interface | ILocatorWorkspace.Name Property | LocatorWorkspaceName Class