| AgentLogoffActionAction Property |
Returns the name of this action, i.e. "AgentLogoff".
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override string Action { get; }
Public Overrides ReadOnly Property Action As String
Get
public:
virtual property String^ Action {
String^ get () override;
}
abstract Action : string with get
override Action : string with get
Return Value
Type:
Stringthe name of this action
See Also