GetBoxedValue Method
Collapse the table of content
Expand the table of content

MetaAccessor.GetBoxedValue Method

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

Specifies an object on which to set a value or from which to get a value.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Public MustOverride Function GetBoxedValue ( _
	instance As Object _
) As Object

Parameters

instance
Type: System.Object
The instance from which to get the value or on which to set the value.

Return Value

Type: System.Object
The boxed value of this instance.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft