From Bright Pattern Documentation
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
After a successful login, the list of services available to the agent can be obtained from the following property: | After a successful login, the list of services available to the agent can be obtained from the following property: | ||
public SortedDictionary<string, Service> services; | |||
</translate> | </translate> | ||
Revision as of 01:22, 7 May 2019
<translate>= Services=
After a successful login, the list of services available to the agent can be obtained from the following property:
public SortedDictionary<string, Service> services;
</translate>