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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)