wwDotNetBridge::GetProperty

Retrieves a property value from an object instance via Reflection.

Use this method whenever you're dealing with an object such as a generic type of collection or struct that COM doesn't support direct access from FoxPro via COM.

o.GetProperty(loInstance, lcProperty)

Return Value

Value of the property or null. Check lError property for error result

Parameters

loInstance
A .NET object instance

lcProperty
The name of the property to retrieve

See also:

Class wwDotNetBridge


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