Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IsItPossibleToListenReconnect Property
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsPartyIsItPossibleToListenReconnect
Gets or sets a value indicating whether it is possible to do a "listen reconnect" on this party.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsItPossibleToListenReconnect { get; set; }
Public Property IsItPossibleToListenReconnect As Boolean
public:
property bool IsItPossibleToListenReconnect {
	bool get ();
	void set (bool value);
}
Value
true if it is possible to do a "listen reconnect" on this party; otherwise, false.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)