Click or drag to resize
AgentLogoffActionAgent Property
Returns the name of the agent to log off, for example "1002".
Sets the name of the agent to log off, for example "1002".
This is property is mandatory.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Agent { get; set; }

Return Value

Type: String
the name of the agent to log off
See Also