CreateAddressSetup Constructor
Address Line 1.
Address City.
Address State.
Address Zipcode.
Address Country
Address Timezone.
Initializes a new instance of the CreateAddressSetup class.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _address1_ As String, _
ByVal _city_ As String, _
ByVal _state_ As String, _
ByVal _zipCode_ As String, _
ByVal _country_ As String, _
ByVal _timeZone_ As String _
)
[ConstructorIndexAttribute()]
public CreateAddressSetup(
string _address1_,
string _city_,
string _state_,
string _zipCode_,
string _country_,
string _timeZone_
)
Parameters
address1
Address Line 1.
city
Address City.
state
Address State.
zipCode
Address Zipcode.
country
Address Country
timeZone
Address Timezone.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family