Gets a value indicating whether this
JsonConverter can write JSON.

Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public override bool CanWrite { get; }
Public Overrides ReadOnly Property CanWrite As Boolean
Get
public:
virtual property bool CanWrite {
bool get () override;
}

Value
true if this
JsonConverter can write JSON; otherwise,
false.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)