SetValue Method (component, value)

Json.NET

Json.NET - Quick Starts & API Documentation SetValue Method (component, value)
NamespacesNewtonsoft.Json.LinqJPropertyDescriptorSetValue(Object, Object)
When overridden in a derived class, sets the value of the component to a different value.
Declaration Syntax
C# Visual Basic Visual C++
public override void SetValue(
	Object component,
	Object value
)
Public Overrides Sub SetValue ( _
	component As Object, _
	value As Object _
)
public:
virtual void SetValue(
	Object^ component, 
	Object^ value
) override
Parameters
component (Object)
The component with the property value that is to be set.
value (Object)
The new value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)