Notification<T>.OnNext.HasValue Property

This member overrides Notification<T>.HasValue.

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

Syntax

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

Property Value

Type: System.Boolean

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