IKey<K>.Key Property

 

Gets the grouping key.

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

Syntax

K Key { get; }
property K Key {
    K get();
}
abstract Key : 'K with get
ReadOnly Property Key As K

Property Value

Type: K

The grouping key.

See Also

IKey<K> Interface
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top