CurrentServer
- Last UpdatedNov 17, 2021
- 1 minute read
The CurrentServer property is a read-only property that returns the aaServer object of the server to which the aaHistClientQuery is connected.
Syntax
Result = aaHistClientQuery.CurrentServer;
Remarks
If there are no active servers, this property returns a NULL. For more information on the aaServer object, see aaServer Object.
This property has no default value.