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(
VARIANT_BOOL* bAddStandardizeStringToMatchFields
);
[C++]
HRESULT put_AddStandardizeStringToMatchFields(
VARIANT_BOOL bAddStandardizeStringToMatchFields
);
[C++]Parameters
bAddStandardizeStringToMatchFields [out, retval] bAddStandardizeStringToMatchFields is a parameter of type VARIANT_BOOL bAddStandardizeStringToMatchFields [in] bAddStandardizeStringToMatchFields is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.