QueryParamValue Property
The value of the query parameter.
Object Oriented Interface
public function getQueryParamValue($queryparamindex); public function setQueryParamValue($queryparamindex, $value);
Procedural Interface
ipworkss3_s3client_get($res, 65 , $queryparamindex); ipworkss3_s3client_set($res, 65, $value , $queryparamindex);
Default Value
''
Remarks
The value of the query parameter.
This property specifies the value of the query parameter. The class will automatically URL-encode this value when sending the request.
The size of the array is controlled by the QueryParamCount property.
This property is not available at design time.
Data Type
String