Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.