This document is archived and information here might be outdated. Recommended version. |
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