| QueueParamsEventAbandoned Property |
Returns the number of abandoned calls.
Sets the number of abandoned calls.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Abandoned { get; set; }
Public Property Abandoned As Integer
Get
Set
public:
property int Abandoned {
int get ();
void set (int value);
}
member Abandoned : int with get, set
Property Value
Type:
Int32See Also