Sets a value on an object. Supports . syntax for named properties (ie. Customer.Entity.Company) as well as indexers.

Syntax:

public static object SetPropertyEx( object Parent,
	string Property,
	object Value );
Parameters: Parent
Property
Value
See also:

Class wwUtils


Last Updated: 1/28/2007 | Send topic feedback