MetaAccessor.HasAssignedValue Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies whether the instance has an assigned value.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public Overridable Function HasAssignedValue ( _ instance As Object _ ) As Boolean
Parameters
- instance
- Type: System.Object
The instance being looked at.
Return Value
Type: System.Booleantrue if the instance currently has an assigned value; otherwise, false.
Show: