ArcObjects Library Reference (Location)  

IPlaceNameAlias.AliasField Property

Name of the alias field.

[Visual Basic .NET]
Public Property AliasField As String
[C#]
public string AliasField {get; set;}
[C++]
HRESULT get_AliasField(
  BSTR* Name
);
[C++]
HRESULT put_AliasField(
  BSTR Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR Name [in]   Name is a parameter of type BSTR

Product Availability

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

Remarks

The AliasField property returns the name of the field in the place name alias table that contains the place name aliases.

When using the IPlaceNameAlias interface to specify the place name alias table for a locator, only set the writeable properties immediately one after the other. Setting some of these properties, such as the Table property, can place the locator object in a state which can cause some of the readable properties and methods on the locator to raise errors until the other writeable properties on this interface are set.

See Also

IPlaceNameAlias Interface