Gets or sets the country portion of the registrant's address as it will print on the registrant's badges and labels.

Namespace: Asi.iBO.Events
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);
}

Remarks

If the supplied value is not stored in the reference table as a COUNTRY, an error is reported.

See Also