Table of Contents

Property MaximumSelectedValues

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.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?