DefaultValue Property
DefaultValue
Gets the default value of the option.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Include)]
public object DefaultValue { get; }
<JsonProperty(NullValueHandling:=NullValueHandling.Include)>
Public ReadOnly Property DefaultValue As Object