This document is archived and information here might be outdated. Recommended version. |
Recognized names for an input field.
[Visual Basic .NET]
Public Function get_DefaultInputFieldNames ( _
ByVal addressField As String _
) As Object
[C#]
public object get_DefaultInputFieldNames (
string addressField
);
[C++]
HRESULT get_DefaultInputFieldNames(
BSTR addressField,
Variant* fieldNames
);
[C++] Parameters addressField [in]
addressField is a parameter of type BSTR fieldNames [out, retval]
fieldNames is a parameter of type VARIANT*
The DefaultInputFieldNames property returns an Array of field names that you can use to determine which field in an address table contains a particular address component. The addressField parameter is the name of a Field returned by the AddressFields property.