Click or drag to resize
ICountry Properties

The ICountry type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Get data context.
Public propertyISOCode
Get two character code representing the country according to ISO-3166. Not Null. Is read only.
Public propertyISOName
Get ISO name of the country. Not NULL. Is read only.
Public propertyName
Get english name of the country. Not NULL. Is read only.
Public propertyNativeName
Get native name or names of the country. Not Null. Is read only.
Public propertyPhoneNumberPrefix
Get phone number prefix. Not NULL. Is read only.
Top
See Also