DataMemberGetMemberValue Method |
Gets the value of a member within a specified object
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Object GetMemberValue(
Object obj
)
Public Function GetMemberValue (
obj As Object
) As Object
public:
Object^ GetMemberValue(
Object^ obj
)
member GetMemberValue :
obj : Object -> Object
Parameters
- obj
- Type: SystemObject
The object containing the field
Return Value
Type:
ObjectThe value of the field
See Also