Json.NET - Quick Starts & API Documentation
Value Property
NamespacesNewtonsoft.JsonJsonReaderValue
Gets the text value of the current Json token.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object Value { get; }
Public Overridable ReadOnly Property Value As Object
public:
virtual property Object^ Value {
	Object^ get ();
}

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