CountryIsoNumericCode Property

The ISO Numeric Code for this country.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("cty_iso_number")]
public string IsoNumericCode { get; protected set; }

Property Value

String

Remarks

While its data should always be numeric or null, this property is a string rather than an int in order to match netFORUM's data model and preserve leading zeros.

See Also