PaymentGatewayLibrary

MerchantDefinedFieldsCollection.Add Method 

Adds an entry with the specified field and value into the MerchantDefinedFieldsCollection.

[Visual Basic]
Public Sub Add( _
   ByVal field As String, _
   ByVal value As String _
)
[C#]
public void Add(
   string field,
   string value
);

Parameters

field
The field of the entry to add.
value
The value of the entry to add.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown when specified field is already found in the collection.

See Also

MerchantDefinedFieldsCollection Class | Duis.Payment Namespace