| VCardAddressCity Property |
Gets or sets the locality (e.g. city).
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string City { get; set; }
Public Property City As String
Get
Set
public:
property String^ City {
String^ get ();
void set (String^ value);
}
member City : string with get, set
Property Value
Type:
StringSee Also