ReflectionSetPropertyValue(Object, Object, String) Method

Set the value to a property with the same name as another object.

Definition

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

Parameters

source  Object
Object from which property values are read.
target  Object
Object on which property values are set.
propertyName  String
Property name.

See Also