Gets the partner name (if any is needed) to be used when processing transactions thru this gateway.
Namespace: Asi.iBO.SystemConfigAssembly: 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 (); } |