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