IGroupedObservable<TKey, TElement>.Key Property

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

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

Property Value

Type: TKey

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

IGroupedObservable<TKey, TElement> Interface

Microsoft.Phone.Reactive Namespace