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.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 (); } |