CurrentServer
- Last UpdatedNov 17, 2021
- 1 minute read
The CurrentServer property is a read-write property that gets or sets the selected server in the Servers pane.
Syntax
aaHistClientTagPicker.CurrentServer = aaServer;
Result = aaHistClientTagPicker.CurrentServer;
Remarks
The current server determines the tags that appear in the Tags pane. This property uses the aaServer object. For more information, see aaServer Object.
This property has no default value.