 | VCardAddressRegion Property |
Gets or sets the region (e.g. state or province).
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
String
See Also