ActiveServer
- Last UpdatedNov 17, 2021
- 1 minute read
The ActiveServer property is a read-write property that sets or gets the name of the server to which the aaHistClientQuery is connected.
Syntax
aaHistClientQuery.ActiveServer = message;
Result = aaHistClientQuery.ActiveServer;
Return Value
The name of the server as a message. If there are no active servers, this property returns a NULL.
Remarks
This property has no default value.