IsReadOnly Property

Json.NET

Json.NET - Quick Starts & API Documentation IsReadOnly Property
NamespacesNewtonsoft.Json.LinqJPropertyDescriptorIsReadOnly
When overridden in a derived class, gets a value indicating whether this property is read-only.
Declaration Syntax
C# Visual Basic Visual C++
public override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
	Get
public:
virtual property bool IsReadOnly {
	bool get () override;
}
Return Value
true if the property is read-only; otherwise, false.

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