M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Value
Mapping
Converter Property
A custom converter that should be used when mapping values from the source JSON structure to the target JSON structure. Must be absolute, but can contain array index wild-cards.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
IJsonValueConverter
Converter
{
get
;
set
; }
Property Value
IJsonValueConverter
See Also
Reference
JsonValueMapping Class
MFiles.VAF.Configuration.JsonMapping Namespace
In This Article
Definition
See Also