[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public Address( AddressType type, Street street, string city, StatePrCode stateProvince, CountryCode country, string postalCode )
Public Sub New ( _ type As AddressType, _ street As Street, _ city As String, _ stateProvince As StatePrCode, _ country As CountryCode, _ postalCode As String _ )
public: Address ( AddressType^ type, Street^ street, String^ city, StatePrCode^ stateProvince, CountryCode^ country, String^ postalCode )
- type (AddressType)
- Code that defines the location of the address. Note: A subset of specific valid values for each instance in a data object may be listed in that object.
- street (Street)
- The street part of the address
- city (String)
- The city part of the address.
- stateProvince (StatePrCode)
- The state or province code.
- country (CountryCode)
- The country code.
- postalCode (String)
- The ZIP/postal code.