West Wind Application Settings for .NET |
wwUtils.SetProperty
|
Sets the property on an object. This is a simple method that uses straight Reflection and doesn't support indexers.
Syntax: |
public static void SetProperty( object Object, string Property, object Value ); |
| Parameters: |
Object Object to set property on Property Value
|