QueryString
- Last UpdatedNov 17, 2021
- 1 minute read
The QueryString property is a read-write property that gets or sets the query string.
Syntax
aaHistClientQuery.QueryString = message;
Result = aaHistClientQuery.QueryString;
Remarks
If you set the QueryString property, then the query type is automatically set to Custom.
This property has no default.