In This Topic
Gets the default value of the option.
Syntax
'Declaration
<Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling.Include)>
Public ReadOnly Property DefaultValue As Object
[Newtonsoft.Json.JsonProperty(NullValueHandling.Include)]
public object DefaultValue {get;}
See Also