Notification<T>.Value Property
Returns the value of an OnNext notification or throws an exception.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Value As T
Get
'Usage
Dim instance As Notification
Dim value As T
value = instance.Value
public abstract T Value { get; }
public:
virtual property T Value {
T get () abstract;
}
abstract Value : 'T
abstract function get Value () : T
Property Value
Type: T
The value of an OnNext notification.