M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Lookup
Item
Adaptor
Json
Converter
Can
Write Property
Indicates whether the converter can write (serialize) an object to json.
Definition
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
override
bool
CanWrite
{
get
; }
Property Value
Boolean
See Also
Reference
JsonLookupItemAdaptorJsonConverter Class
MFiles.VAF.Configuration.JsonAdaptor Namespace
In This Article
Definition
See Also