This document is archived and information here might be outdated. Recommended version. |
Indicates if the standardized address is included in the geocoding result.
[Visual Basic .NET]
Public Property AddStandardizeStringToMatchFields As Boolean
[C#]
public bool AddStandardizeStringToMatchFields {get; set;}
[C++]
HRESULT get_AddStandardizeStringToMatchFields(
Boolean* bAddStandardizeStringToMatchFields
);
[C++]
HRESULT put_AddStandardizeStringToMatchFields(
VARIANT_BOOL bAddStandardizeStringToMatchFields
);
[C++] Parameters bAddStandardizeStringToMatchFields [out, retval]
bAddStandardizeStringToMatchFields is a parameter of type bool* bAddStandardizeStringToMatchFields [in]
bAddStandardizeStringToMatchFields is a parameter of type bool
The AddStandardizeStringToMatchFields property indicates if the matches returned by the locator have an attribute containing a string representing the standardization of the address. The standardization string is a string with each component of the standardized address separated by pipe ("|") characters. If this property has a value of True, then this attribute will be included in the match fields for the locator.