Gets or sets the state code.
Namespace: CTCT.Components.ContactsAssembly: 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