AddressBookEntryConfigurationCity Property | |
Get or set City
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public string City { get; set; }
public:
property String^ City {
String^ get ();
void set (String^ value);
}
function get_City();
function set_City(value);
Property Value
Type:
StringSee Also