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

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