Click or drag to resize

ReflectionUtilsSetPropertyEx Method

Sets a value on an object. Supports . syntax for named properties (ie. Customer.Entity.Company) as well as indexers.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Object SetPropertyEx(
	Object parent,
	string property,
	Object value
)

Parameters

parent
Type: SystemObject
The parent.
property
Type: SystemString
The property.
value
Type: SystemObject
The value.

Return Value

Type: Object

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.SetPropertyEx(System.Object,System.String,System.Object)"]

See Also