Gets the address id.
Namespace:
Autoaddress.Autoaddress2_0.Model.AutoComplete
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic int AddressId { get; set; }
Public Property AddressId As Integer
Get
Set
public:
property int AddressId {
int get ();
void set (int value);
}
member AddressId : int with get, set
Property Value
Type:
Int32
See Also