Click or drag to resize

PropertyInterceptionInfo.SetValue Method

Sets the value of the property's backing field

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void SetValue(
	Object value
)

Parameters

value
Type: System.Object
The new value of the property
See Also