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 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.