Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ESDKInteraction Property
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsInteractionEventArgsESDKInteraction
Gets the Enterprise SDK interaction envelope.
Declaration Syntax
C#Visual BasicVisual C++
public IEnvelope<IInteraction> ESDKInteraction { get; private set; }
Public Property ESDKInteraction As IEnvelope(Of IInteraction)
public:
property IEnvelope<IInteraction^>^ ESDKInteraction {
	IEnvelope<IInteraction^>^ get ();
	void set (IEnvelope<IInteraction^>^ value);
}
Value
The Enterprise SDK interaction envelope.

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