ReflectionUtils.SetPropertyCom

Sets the property on an object.

public static void SetPropertyCom(object Object,
	string Property,
	object Value)

Parameters

Object
Object to set property on

Property
Name of the property to set

Value
value to set it to


See also:

Class ReflectionUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic