value property
        
        dynamic
        value
        
      
getter/setter pair
      The value of the choice. Can be any type but MUST be serializable if this feature is used.
Implementation
dynamic value;The value of the choice. Can be any type but MUST be serializable if this feature is used.
dynamic value;