  | QueueMemberPauseEventInCall Property  | 
            Set to 1 if member is in call. Set to 0 after LastCall time is updated.
            Available since Asterisk 13
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string InCall { get; set; }Public Property InCall As String
	Get
	Set
public:
property String^ InCall {
	String^ get ();
	void set (String^ value);
}member InCall : string with get, set
Property Value
Type: 
String
See Also