GetValue Method (target)

Json.NET

Json.NET - Quick Starts & API Documentation GetValue Method (target)
NamespacesNewtonsoft.Json.SerializationIValueProviderGetValue(Object)
Gets the value.
Declaration Syntax
C# Visual Basic Visual C++
Object GetValue(
	Object target
)
Function GetValue ( _
	target As Object _
) As Object
Object^ GetValue(
	Object^ target
)
Parameters
target (Object)
The target to get the value from.
Return Value
The value.

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