SetValue Method (target, value)

Json.NET

Json.NET - Quick Starts & API Documentation SetValue Method (target, value)
NamespacesNewtonsoft.Json.SerializationIValueProviderSetValue(Object, Object)
Sets the value.
Declaration Syntax
C# Visual Basic Visual C++
void SetValue(
	Object target,
	Object value
)
Sub SetValue ( _
	target As Object, _
	value As Object _
)
void SetValue(
	Object^ target, 
	Object^ value
)
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.0.2.0 (4.0.2.13623)