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.

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Object Value { get; set; }

Property Value

Object

See Also