Notification<T>.Kind Property

Gets the kind of notification that is represented.

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Kind As NotificationKind
    Get
'Usage
Dim instance As Notification
Dim value As NotificationKind

value = instance.Kind
public abstract NotificationKind Kind { get; }
public:
virtual property NotificationKind Kind {
    NotificationKind get () abstract;
}
abstract Kind : NotificationKind
abstract function get Kind () : NotificationKind

Property Value

Type: System.Reactive.NotificationKind
One of the enumeration values that indicates the type of a notification.

See Also

Reference

Notification<T> Class

System.Reactive Namespace