| MonitorActionMix Property |
Returns true if the two voice files should be joined at the end of the call.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Mix { get; set; }
Public Property Mix As Boolean
Get
Set
public:
property bool Mix {
bool get ();
void set (bool value);
}
member Mix : bool with get, set
Property Value
Type:
BooleanSee Also