CountryIsoNumericCode Property
The ISO Numeric Code for this country.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("cty_iso_number")]
public string IsoNumericCode { get; protected set; }
<NetForumFieldAttribute("cty_iso_number")>
Public Property IsoNumericCode As String
Get
Protected Set
public:
[NetForumFieldAttribute(L"cty_iso_number")]
property String^ IsoNumericCode {
String^ get ();
protected: void set (String^ value);
}
[<NetForumFieldAttribute("cty_iso_number")>]
member IsoNumericCode : string with get, set
Property Value
String 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.