ResponseUnmatchedAddressElements Property |
Gets the unmatched address elements.
Namespace:
Autoaddress.Autoaddress2_0.Model.FindAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic AddressElement[] UnmatchedAddressElements { get; }
Public ReadOnly Property UnmatchedAddressElements As AddressElement()
Get
public:
property array<AddressElement^>^ UnmatchedAddressElements {
array<AddressElement^>^ get ();
}
member UnmatchedAddressElements : AddressElement[] with get
Property Value
Type:
AddressElement
See Also