Notification<T>.OnNext.Value Property

This member overrides Notification<T>.Value.

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

Syntax

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

Property Value

Type: T

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