Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
AttachedData Property
NamespacesGenesyslab.Desktop.Modules.Core.ConfigurationsIConfigAttachedDataAttachedData
Gets or sets the attached data.
Declaration Syntax
C#Visual BasicVisual C++
KeyValueCollection AttachedData { get; set; }
Property AttachedData As KeyValueCollection
property KeyValueCollection^ AttachedData {
	KeyValueCollection^ get ();
	void set (KeyValueCollection^ value);
}
Value
The attached data.

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