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

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