|
ValueOptionValue 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.
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.2.0.9
Syntaxpublic Object Value { get; set; }
Property Value
Type:
Object
See Also