ReadOnly Property

Json.NET

Json.NET - Quick Starts & API Documentation ReadOnly Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaReadOnly
Gets or sets whether the object is read only.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> ReadOnly { get; set; }
Public Property ReadOnly As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> ReadOnly {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

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