Readable Property

Json.NET

Json.NET - Quick Starts & API Documentation Readable Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyReadable
Gets a value indicating whether this JsonProperty is readable.
Declaration Syntax
C# Visual Basic Visual C++
public bool Readable { get; set; }
Public Property Readable As Boolean
	Get
	Set
public:
property bool Readable {
	bool get ();
	void set (bool value);
}
Value
true if readable; otherwise, false.

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