ObjectMemberGetValue Method

NReco.PivotData Class Library Documentation
Returns the member value (property, field or indexer) of the specified object.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public Object GetValue(
	Object o,
	string name
)

Parameters

o
Type: SystemObject
The object whose member value will be returned.
name
Type: SystemString
property name, field name or indexer parameter

Return Value

Type: Object
The member value of the specified object.
See Also

Reference