CanWrite Property

Chat2Desk

Chat2Desk

DateTimeUtcConverter..::..CanWrite Property

Gets a value indicating whether this JsonConverter can write JSON.

Namespace:  Chat2Desk.Converters
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


public bool CanWrite { get; }
Public ReadOnly Property CanWrite As Boolean
	Get
public:
property bool^ CanWrite {
	bool^ get ();
}

Field Value

true if this JsonConverter can write JSON; otherwise, false.