Returns a property or field 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 Parent, string Property );
Return Value
object
Parameters
Parent
Parent object to 'start' parsing from.
Property
The property to retrieve. Example: 'oBus.oData.Company'
See also:
Class wwUtils© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic