The key of the Tuple that is the subject of this event.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 1.6.0.2 (1.6.0.2)

Syntax

C#
public long Key { get; internal set; }
Visual Basic
Public Property Key As Long
	Get
	Friend Set
Visual C++
public:
property long long Key {
	long long get ();
	internal: void set (long long value);
}

See Also