wwUtils.GetProperty

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

public static object GetProperty( object Object,
	string Property );

Return Value

Object - cast to proper type

Parameters

Object
Object to make the call on

Property
Property to retrieve


See also:

Class wwUtils


  Last Updated: 7/7/2008 | © West Wind Technologies, 2008