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

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

Sets the value of the <Address> element.
Declaration Syntax
C#Visual BasicVisual 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
)
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 Address

Version: 2.0

Since: 1.5r1

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