QueryParamsName Property
This property contains the name of the parameter to be used in a Query request.
Object Oriented Interface
public function getQueryParamsName($queryparamsindex); public function setQueryParamsName($queryparamsindex, $value);
Procedural Interface
incloudstorage_googledrive_get($res, 49 , $queryparamsindex); incloudstorage_googledrive_set($res, 49, $value , $queryparamsindex);
Default Value
''
Remarks
This property contains the name of the parameter to be used in a Query request.
The size of the array is controlled by the QueryParamsCount property.
This property is not available at design time.
Data Type
String