ResponsePostalAddress Property |
Gets the postal 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[] PostalAddress { get; }
Public ReadOnly Property PostalAddress As String()
Get
public:
property array<String^>^ PostalAddress {
array<String^>^ get ();
}
member PostalAddress : string[] with get
Property Value
Type:
String
See Also