RequestParamName Property
The Name of the NVP Parameter.
Object Oriented Interface
public function getRequestParamName($requestparamindex); public function setRequestParamName($requestparamindex, $value);
Procedural Interface
inpaypal_paypalrequest_get($res, 19 , $requestparamindex); inpaypal_paypalrequest_set($res, 19, $value , $requestparamindex);
Default Value
''
Remarks
The Name of the NVP Parameter.
The size of the array is controlled by the RequestParamCount property.
This property is not available at design time.
Data Type
String