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

Syntax

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

Field Value

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

See Also