Retrieve a property value from an object dynamically. This is a simple version that uses Reflection calls directly. It doesn't support indexers.

Syntax:

public static object GetProperty( object Object,
	string Property );
Return: Object - cast to proper type
Parameters: Object
Object to make the call on

Property
Property to retrieve

See also:

Class wwUtils


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