| PropertyInterceptionInfoSetValue 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 public void SetValue(
Object value
)
Parameters
- value
- Type: SystemObject
The new value of the property
See Also