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


See also:

Class ReflectionUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic