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.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.BooleanTrue if the DynamicMetaObject has the runtime value, otherwise false.
Show: