CanWrite Property From Json.NET previous page next page Json.NET - Quick Starts & API Documentation CanWrite Property Namespaces ► Newtonsoft.Json.Converters ► CustomCreationConverter<(Of <(<'T>)>)> ► CanWrite C# Visual Basic Visual C++ 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.0.2.0 (4.0.2.13623) previous page start next page