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