REQUIRED if including organization_addresses; Standard 2 letter ISO 3166-1 code for the organization_addresses
Namespace: CTCT.Components.AccountServiceAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string CountryCode { get; set; }
public string CountryCode { get; set; }
Public Property CountryCode As String
Get
Set
Public Property CountryCode As String
Get
Set
public:
property String^ CountryCode {
String^ get ();
void set (String^ value);
}
public:
property String^ CountryCode {
String^ get ();
void set (String^ value);
}
member CountryCode : string with get, set
member CountryCode : string with get, set