ArcObjects Library Reference (GeoDatabase)  

ILocatorWorkspace.Name Property

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

Product Availability

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

Description

The Name property returns a reference to a LocatorWorkspaceName object that represents the locator workspace.

See Also

ILocatorWorkspace Interface | ILocatorWorkspace.Name Property