Click or drag to resize

ReflectionUtilsSetPropertyCom Method

Sets the property on an object.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static void SetPropertyCom(
	Object Object,
	string Property,
	Object Value
)

Parameters

Object
Type: SystemObject
Object to set property on
Property
Type: SystemString
Name of the property to set
Value
Type: SystemObject
value to set it to
See Also