KeyedPayload<TKey, TPayload>.Key Property

Gets the grouping key that is associated with this object.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public TKey Key { get; internal set; }

Property Value

Type: TKey
An object that represents the grouping key that is associated with this object.

Implements

IKey<K>.Key

See Also

Reference

KeyedPayload<TKey, TPayload> Structure

Microsoft.ComplexEventProcessing.Linq Namespace