ReflectionSetPropertyValue(Object, String, Object) Method

Set the value to a property with the same name.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void SetPropertyValue(
	Object obj,
	string propertyName,
	Object value
)

Parameters

obj  Object
Object to evaluate.
propertyName  String
Property name.
value  Object
Value to set.

See Also