Property Default
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Default
Whether the checkbox is checked by default.
[JsonProperty("default", NullValueHandling = NullValueHandling.Ignore)]
public bool? Default { get; }
Property Value
- bool?
Whether the checkbox is checked by default.
[JsonProperty("default", NullValueHandling = NullValueHandling.Ignore)]
public bool? Default { get; }