PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

RequestParams Property

A collection of name-value pair parameters for the current request.

Syntax

[VB.NET]
Public Property RequestParams As NVPParamList

[C#]
public NVPParamList RequestParams {get;}

Remarks

This property contains parameters that are to be posted with the current request. The RequestParams collection contains the variables as NVPParam types, which contains fields describing these variables.

The parameters must be set before the request is made. The Method property contains the method of the outgoing PayPal request.

This collection is indexed from 0 to Count - 1.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0