ReflectionUtils.SetPropertyCom
Sets the property on an object.
public static void SetPropertyCom(object inst, string Property, object Value)
Parameters
inst
Object to set property on
Property
Name of the property to set
Value
value to set it to
