Notification<T>.HasValue Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property HasValue As Boolean
public abstract bool HasValue { get; }
public:
virtual property bool HasValue {
    bool get () abstract;
}
abstract 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> Class

Microsoft.Phone.Reactive Namespace