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.3.0

Syntax

C#
public string GatewayName { get; }
Visual Basic
Public ReadOnly Property GatewayName As String
	Get
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