ResponseGeographicAddress Property |
Gets the geographic address in requested language for the input address.
Namespace:
Autoaddress.Autoaddress2_0.Model.FindAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic string[] GeographicAddress { get; }
Public ReadOnly Property GeographicAddress As String()
Get
public:
property array<String^>^ GeographicAddress {
array<String^>^ get ();
}
member GeographicAddress : string[] with get
Property Value
Type:
String
See Also