Names of the address fields.
[Visual Basic .NET] Public Property AddressFields As String
[C#] public string AddressFields {get; set;}
[C++]
HRESULT get_AddressFields(
BSTR* fieldList
);
[C++]
HRESULT put_AddressFields(
BSTR fieldList
);
[C++]Parameters
fieldList [out, retval] fieldList is a parameter of type BSTR fieldList [in] fieldList is a parameter of type BSTR
Product Availability
Remarks
The AddressFields property is a comma-delimited string that contains the names of the fields in the place name alias table that contain the address information. You can use the IAddressInputs interface to determine which fields in the place name alias table contain the address information. The field names in the AddressFields property are specified in the same order as in the IAddressInputs::AddressFields property.
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.