wwDotNetBridge::SetPropertyEx

Sets a value of a .NET property via Reflection. This method is an extended property setting method that allows for . syntax and array/indexer syntax in the property string value.



o.SetPropertyEx(loInstance,lcProperty,loValue)              

Return Value

.T. or .F.

Parameters

loInstance
A .NET object instance

lcProperty
The property or property path to set the value on as a string.

Supports . syntax (Property.ChildProperty.ChildProperty) to drill down into object hierarchy as well as Array/Collection indexers (Item[0])

loValue
The value to set the property to

See also:

Class wwDotNetBridge


  Last Updated: 12/17/2007 | © West Wind Technologies, 2008