SetBoxedValue Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Data.Linq.Mapping
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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft