ReflectionSetPropertyValue(Object, Object, String) Method
Set the value to a property with the same name as another object.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void SetPropertyValue(
Object source,
Object target,
string propertyName
)
Public Shared Sub SetPropertyValue (
source As Object,
target As Object,
propertyName As String
)
Parameters
- source Object
- Object from which property values are read.
- target Object
- Object on which property values are set.
- propertyName String
- Property name.