Property MinimumSelectedValues
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
MinimumSelectedValues
The minimum amount of options that can be selected. Must be less than or equal to MaximumSelectedValues. Defaults to one. When Required is true, this is automatically clamped to at least 1.
[JsonProperty("min_values", NullValueHandling = NullValueHandling.Ignore)]
public int? MinimumSelectedValues { get; }
Property Value
- int?