MetaAccessor<TEntity, TMember>.GetBoxedValue Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Overrides Function GetBoxedValue ( _
    instance As Object _
) As Object
public override Object GetBoxedValue(
    Object instance
)
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.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.