[This is preliminary documentation and is subject to change.]
Sets the value of the <Address> element.
| C# | Visual Basic | Visual C++ |
public void SetAddress( AddressType Type, Street Street, string City, StatePrCode StateProvince, CountryCode Country, string PostalCode )
Public Sub SetAddress ( _ Type As AddressType, _ Street As Street, _ City As String, _ StateProvince As StatePrCode, _ Country As CountryCode, _ PostalCode As String _ )
public: void SetAddress ( 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.
This form of setAddress is provided as a convenience method that is functionally equivalent to the Address
Version: 2.0
Since: 1.5r1