SetValue Method (target, value)

Json.NET

Json.NET - Quick Starts & API Documentation SetValue Method (target, value)
NamespacesNewtonsoft.Json.SerializationDynamicValueProviderSetValue(Object, Object)
Sets the value.
Declaration Syntax
C# Visual Basic Visual C++
public void SetValue(
	Object target,
	Object value
)
Public Sub SetValue ( _
	target As Object, _
	value As Object _
)
public:
virtual void SetValue(
	Object^ target, 
	Object^ value
) sealed
Parameters
target (Object)
The target to set the value on.
value (Object)
The value to set on the target.

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