2 letter code for USA state or Canadian province ONLY, available only if country_code = US or CA associated with the account owner
Namespace: CTCT.Components.AccountServiceAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string StateCode { get; set; }
public string StateCode { get; set; }
Public Property StateCode As String
Get
Set
Public Property StateCode As String
Get
Set
public:
property String^ StateCode {
String^ get ();
void set (String^ value);
}
public:
property String^ StateCode {
String^ get ();
void set (String^ value);
}
member StateCode : string with get, set
member StateCode : string with get, set