ReflectionUtils.GetPropertyExCom

Returns a property or field value using a base object and sub members including . syntax. For example, you can access: oCustomer.oData.Company with (this,"oCustomer.oData.Company")

public static object GetPropertyExCom(object parent,
	string property)

Parameters

parent
Parent object to 'start' parsing from.

property
The property to retrieve. Example: 'oBus.oData.Company'


See also:

Class ReflectionUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic