FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

SingleOrArrayConverter<(Of <(<'T>)>)>..::..CanWrite Property

Gets a value indicating whether this JsonConverter can write JSON.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  cDevDeAPI (in cDevDeAPI.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.