ResponseUnmatched Property |
Gets the part of the input address that could not be matched.
Namespace:
Autoaddress.Autoaddress2_0.Model.FindAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic string[] Unmatched { get; }
Public ReadOnly Property Unmatched As String()
Get
public:
property array<String^>^ Unmatched {
array<String^>^ get ();
}
member Unmatched : string[] with get
Property Value
Type:
String
See Also