Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
UserData Property
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionUserData
Gets the key/value collection associated with this interaction. This collection implements the [!:INotifyCollectionChanged] interface.
Declaration Syntax
C#Visual BasicVisual C++
IDictionary<string, Object> UserData { get; }
ReadOnly Property UserData As IDictionary(Of String, Object)
property IDictionary<String^, Object^>^ UserData {
	IDictionary<String^, Object^>^ get ();
}
Value
The key/value collection.

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