CanWrite Property

Json.NET

Json.NET - Quick Starts & API Documentation CanWrite Property
NamespacesNewtonsoft.JsonJsonConverterCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
Declaration Syntax
C# Visual Basic Visual C++
public virtual bool CanWrite { get; }
Public Overridable ReadOnly Property CanWrite As Boolean
	Get
public:
virtual property bool CanWrite {
	bool get ();
}
Value
true if this JsonConverter can write JSON; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)