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