Gets or sets the name of the Country where the physical or non-physical address is located.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string Country { get; set; }
Visual Basic
Public Property Country As String
	Get
	Set
Visual C++
public:
property String^ Country {
	String^ get ();
	void set (String^ value);
}

Field Value

The full name of the country where the physical or non-physical address is located.

Remarks

The value must be one of the values setup in iMIS and found in Countries. This field will be converted to title case where the first letter of each word is capitalized except for those defined in the "StayLower" system setting. Changes to this property will also cause the FormattedAddress property, and possibly the Barcode property to be recalculated.

See Also