TransferredDataLimit Property
The maximum of data to be transferred.
Object Oriented Interface
public function getTransferredDataLimit(); public function setTransferredDataLimit($value);
Procedural Interface
ipworks_webform_get($res, 43 ); ipworks_webform_set($res, 43, $value );
Default Value
0
Remarks
This property contains the maximum of data to be transferred. The default value is 0, which will not impose any limits on the amount of data accumulated in the TransferredData property.
Data Type
Long64