Click or drag to resize

CountryIsoNumericCode Property

The ISO Numeric Code for this country.

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[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