PaymentGatewayLibrary

MerchantDefinedFieldsCollection.Remove Method 

Removes the entry at the specific field from the MerchantDefinedFieldsCollection.

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

Parameters

field
The field to remove from the MerchantDefinedFieldsCollection.

See Also

MerchantDefinedFieldsCollection Class | Duis.Payment Namespace