wwUtils.GetPropertyEx

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

public static object GetPropertyEx( object loParent,
	string lcProperty );

Parameters

loParent
Parent object to 'start' parsing from.

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


See also:

Class wwUtils

© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic