HasValue Property
Collapse the table of content
Expand the table of content

DynamicMetaObject.HasValue Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value indicating whether the DynamicMetaObject has the runtime value.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

public bool HasValue { get; }

Property Value

Type: System.Boolean
True if the DynamicMetaObject has the runtime value, otherwise false.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft