West Wind Application Settings for .NET |
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.
Syntax: |
public static object GetProperty( object Object, string Property ); |
| Return: | Object - cast to proper type |
| Parameters: |
Object Object to make the call on Property
|