| PropertyInterceptionInfoSetValue Method |
Sets the value of the property's backing field
Namespace:
Cauldron.Interception
Assembly:
Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax public void SetValue(
Object value
)
Public Sub SetValue (
value As Object
)
public:
void SetValue(
Object^ value
)
Parameters
- value
- Type: SystemObject
The new value of the property
See Also