|  | 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 > ILocatorDataset Interface > ILocatorDataset.FullName Property (ArcObjects .NET 10.5 SDK) | 
The Name object for the locator.
[Visual Basic .NET] Public ReadOnly Property FullName As ILocatorName
[C#] public ILocatorName FullName {get;}
[C++]
HRESULT get_FullName(
  ILocatorName** ppLocName
);
[C++]
Parameters ppLocName [out, retval]
ppLocName is a parameter of type ILocatorName
Returns a reference to a LocatorName object that represents the locator.
ILocatorDataset Interface | ILocatorWorkspace.GetLocatorName Method | ILocatorName Interface | LocatorName Class