Notification<T>.OnNext.Kind Property

This member overrides Notification<T>.Kind.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Kind As NotificationKind
public override NotificationKind Kind { get; }
public:
virtual property NotificationKind Kind {
    NotificationKind get () override;
}
abstract Kind : NotificationKind with get 
override Kind : NotificationKind with get

Property Value

Type: Microsoft.Phone.Reactive.NotificationKind

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Notification<T>.OnNext Class

Microsoft.Phone.Reactive Namespace