ArcObjects Library Reference (GeoDatabase)  

ILocatorWorkspaceName.Type Property

The type of locator workspace.

[Visual Basic .NET]
Public ReadOnly Property Type As esriLocatorWorkspaceType
[C#]
public esriLocatorWorkspaceType Type {get;}
[C++]
HRESULT get_Type(
  esriLocatorWorkspaceType* locWksType
);
[C++]

Parameters

locWksType [out, retval]

  locWksType is a parameter of type esriLocatorWorkspaceType

Product Availability

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

Description

The Type property returns a value from the esriLocatorWorkspaceType enumeration that indicates the type of locator workspace that the LocatorWorkspaceName object represents.

See Also

ILocatorWorkspaceName Interface | esriLocatorWorkspaceType Constants | ILocatorWorkspaceName.Type Property