CustomerAddressCountryCode Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("adr_country")]
public string CountryCode { get; set; }
<NetForumFieldAttribute("adr_country")>
Public Property CountryCode As String
Get
Set
public:
[NetForumFieldAttribute(L"adr_country")]
property String^ CountryCode {
String^ get ();
void set (String^ value);
}
[<NetForumFieldAttribute("adr_country")>]
member CountryCode : string with get, set
Property Value
String