[This is preliminary documentation and is subject to change.]
A CountriesOfResidency
| C# | Visual Basic | Visual C++ |
public class CountriesOfResidency : SifKeyedList<CountryCode, Country>
Public Class CountriesOfResidency _ Inherits SifKeyedList(Of CountryCode, Country)
public ref class CountriesOfResidency : public SifKeyedList<CountryCode^, Country^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| CountriesOfResidencyCountriesOfResidencyNew()() |
Creates an instance of a CountriesOfResidency
| |
| CountriesOfResidencyCountriesOfResidencyNew(Country) |
Constructor that accepts values for all mandatory fields
| |
| AddCountryOfResidency(CountryCode) | Adds the value of the <CountryOfResidency> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Country>)> | |||||
| SifKeyedList<(Of <CountryCode, Country>)> | |||||
| CountriesOfResidency | |||||