Gets the partner name (if any is needed) to be used when processing transactions thru this gateway.

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

Syntax

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

Field Value

The name of the partner service. For example, Verisign, PaymentNet, etc.

See Also