The Name object for the locator workspace.
[Visual Basic 6.0] Property Name As ILocatorWorkspaceName
[Visual Basic .NET] Public ReadOnly Property Name As ILocatorWorkspaceName
[C#] public ILocatorWorkspaceName Name {get;}
[Java] public ILocatorWorkspaceName getName() throws IOException, AutomationException
[C++] HRESULT get_Name( ILocatorWorkspaceName** LocatorWorkspaceName );
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