Name object for the locator workspace that contains the locator.
[Visual Basic 6.0] Property LocatorWorkspaceName As ILocatorWorkspaceName
[Visual Basic .NET] Public Property LocatorWorkspaceName As ILocatorWorkspaceName
[C#] public ILocatorWorkspaceName LocatorWorkspaceName {get; set;}
[Java] public ILocatorWorkspaceName getLocatorWorkspaceName() throws IOException, AutomationException
[Java] public void setLocatorWorkspaceNameByRef( ILocatorWorkspaceName pLocatorWorkspaceName ) throws IOException, AutomationException
[C++] HRESULT get_LocatorWorkspaceName( ILocatorWorkspaceName** LocatorWorkspaceName );
[C++] HRESULT putref_LocatorWorkspaceName( ILocatorWorkspaceName* LocatorWorkspaceName);
Parameters
LocatorWorkspaceName [out, retval]
LocatorWorkspaceName is a parameter of type ILocatorWorkspaceName
LocatorWorkspaceName [in]
LocatorWorkspaceName is a parameter of type ILocatorWorkspaceName
The LocatorWorkspaceName property returns the LocatorWorkspaceName object that represents the locator workspace that contains the locator or locator style represented by the LocatorName object.