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