Click or drag to resize

BindingMemberInfoSetValue Method

Version 130.1.90
Sets the value from a specified object associated with the property or field represented by this BindingMemberInfo.

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public void SetValue(
	Object destinationObject,
	Object newValue
)

Parameters

destinationObject  Object
The object whose property or field should be assigned.
newValue  Object
The value to assign in the specified object to this BindingMemberInfo's property or field.
See Also