Json.NET - Quick Starts & API Documentation
CanWrite Property
NamespacesNewtonsoft.JsonJsonConverterCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
Declaration Syntax
C#Visual BasicVisual 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.5.0.0 (4.5.5.14908)