MetaAccessor.SetBoxedValue Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value as an object.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public MustOverride Sub SetBoxedValue ( _ ByRef instance As Object, _ value As Object _ )
Parameters
- instance
- Type:
System.Object
%
The instance into which to set the value.
- value
- Type: System.Object
The value to set.
Show: