wwDotNetBridge::SetProperty

Sets a .NET object property via Reflection.

Use this method if you're dealing with an object such as a generic type of collection or struct that COM doesn't support directly.

o.SetProperty(loInstance,lcProperty,lvValue)

Parameters

loInstance
A .NET object instance

lcProperty
The property to set the value on

lvValue
The value to set to

See also:

Class wwDotNetBridge


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