Gets or sets the state name.
Namespace: CTCT.Components.ContactsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string StateName { get; set; }
public string StateName { get; set; }
Public Property StateName As String
Get
Set
Public Property StateName As String
Get
Set
public:
property String^ StateName {
String^ get ();
void set (String^ value);
}
public:
property String^ StateName {
String^ get ();
void set (String^ value);
}
member StateName : string with get, set
member StateName : string with get, set