The full name of the Country

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CountryName { get; }
Visual Basic (Declaration)
Public ReadOnly Property CountryName As String
Visual C++
public:
property String^ CountryName {
	String^ get ();
}

See Also