  | AbstractQueueMemberEventRinginuse Property  | 
            Evaluates 
 if Ringinuse,
            
 if not.
Available since : Asterisk 12.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Ringinuse { get; set; }Public Property Ringinuse As Boolean
	Get
	Set
public:
property bool Ringinuse {
	bool get ();
	void set (bool value);
}member Ringinuse : bool with get, set
Property Value
Type: 
Boolean
See Also