Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SetAttachedData Method (key, value)
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionSetAttachedData(String, String)
Sets the attached data.
Declaration Syntax
C#Visual BasicVisual C++
bool SetAttachedData(
	string key,
	string value
)
Function SetAttachedData ( _
	key As String, _
	value As String _
) As Boolean
bool SetAttachedData(
	String^ key, 
	String^ value
)
Parameters
key (String)
The key.
value (String)
The value.
Return Value
true if the data was successfully attached to the key; otherwise, false.

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