  | QueueMemberStatusEventInCall Property  | 
            Evaluates  if member is in call,
             after LastCall time is updated.
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool InCall { get; set; }Public Property InCall As Boolean
	Get
	Set
public:
property bool InCall {
	bool get ();
	void set (bool value);
}member InCall : bool with get, set
Property Value
Type: 
Boolean
See Also