CyberStore Ecommerce 2023 Documentation
GetAddressFromControls Method (CustomerAddress)


Dovetail.Ecommerce.Controls Namespace > CustomerAddress Class : GetAddressFromControls Method
Get an Address object created from the values on this control.
Syntax
'Declaration
 
Public Function GetAddressFromControls() As Address
'Usage
 
Dim instance As CustomerAddress
Dim value As Address
 
value = instance.GetAddressFromControls()
public Address GetAddressFromControls()

Return Value

The Address instance populated from the control values on this user control.
See Also

Reference

CustomerAddress Class
CustomerAddress Members