IGroupedObservable<TKey, TElement>.Key Property
Gets the common key.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
ReadOnly Property Key As TKey
Get
'Usage
Dim instance As IGroupedObservable
Dim value As TKey
value = instance.Key
TKey Key { get; }
property TKey Key {
TKey get ();
}
abstract Key : 'TKey
function get Key () : TKey
Property Value
Type: TKey
The common key.