M-Files Vault Application Framework
C#
C#
Show/Hide TOC
Value
Option
.
Value Property
The option value that will be stored in JSON. This should typically be a string or int and must correspond to the underlying c# type either directly or through default/custom JSON deserialization.
Definition
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
Object Value {
get
;
set
; }
Property Value
Object
See Also
Reference
ValueOption Class
MFiles.VAF.Configuration.JsonEditor Namespace
In This Article
Definition
See Also