PostalAddressCity Property |
Gets or sets a city
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic 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:
String
See Also