Property MaximumSelectedValues
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
MaximumSelectedValues
The maximum amount of options that can be selected. Must be greater than or equal to zero or MinimumSelectedValues. Defaults to one.
[JsonProperty("max_values", NullValueHandling = NullValueHandling.Ignore)]
public int? MaximumSelectedValues { get; }
Property Value
- int?