SIFWorks ADK 2.0
AddAddress Method (Type, Street, City, StateProvince, Country, PostalCode)
NamespacesEdustructures.SifWorks.CommonAddressListAddAddress(AddressType, Street, String, StatePrCode, CountryCode, String)

[This is preliminary documentation and is subject to change.]

Adds the value of the <Address> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddAddress(
	AddressType Type,
	Street Street,
	string City,
	StatePrCode StateProvince,
	CountryCode Country,
	string PostalCode
)
Public Sub AddAddress ( _
	Type As AddressType, _
	Street As Street, _
	City As String, _
	StateProvince As StatePrCode, _
	Country As CountryCode, _
	PostalCode As String _
)
public:
void AddAddress (
	AddressType^ Type, 
	Street^ Street, 
	String^ City, 
	StatePrCode^ StateProvince, 
	CountryCode^ Country, 
	String^ PostalCode
)
Parameters
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.
Remarks

This form of setAddress is provided as a convenience method that is functionally equivalent to the method AddAddress

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10