ResponseAddressId Property |
Gets the Address ID (i.e. ECAD ID for Ireland).
Namespace:
Autoaddress.Autoaddress2_0.Model.FindAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Nullable<int> AddressId { get; }
Public ReadOnly Property AddressId As Nullable(Of Integer)
Get
public:
property Nullable<int> AddressId {
Nullable<int> get ();
}
member AddressId : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also