West Wind Application Settings for .NET |
wwUtils.SetPropertyEx
|
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 |