Value Property

Json.NET

Json.NET - Quick Starts & API Documentation Value Property
NamespacesNewtonsoft.Json.LinqJValueValue
Gets or sets the underlying token value.
Declaration Syntax
C# Visual Basic Visual C++
public Object Value { get; set; }
Public Property Value As Object
	Get
	Set
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}
Value
The underlying token value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)