West Wind Application Settings for .NET |
wwUtils.GetField
|
Retrieve a field dynamically from an object. This is a simple implementation that's straight Reflection and doesn't support indexers.
Syntax: |
public static object GetField( object Object, string Property ); |
| Parameters: |
Object Object to retreve Field from Property
|