Skip to main content
A newer version of this page is available. .

ReflectionMemberInfo.GetValue(Object) Method

Returns the member’s value.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public override object GetValue(
    object theObject
)

Parameters

Name Type Description
theObject Object

An object whose value will be returned.

Returns

Type Description
Object

An object which represents the member’s value.

See Also