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
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: ObjectThe member value of the specified object.
See Also