Gets the iMIS gateway name. As of 10.6 this is either Verisign, QSI or Other. Not used for iBO.

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

Syntax

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

Field Value

A string use by iMIS C/S. As of 10.6 this is either Verisign, QSI or Other.

See Also