다음을 통해 공유


Setting.EnumArray.ItemsAreUnique Property

Definition

Gets a value indicating whether the entries in the array must be unique. When true this setting is presented as checkboxes in the UI.

[System.Runtime.Serialization.DataMember(Name="uniqueItems")]
public bool ItemsAreUnique { get; init; }
[<System.Runtime.Serialization.DataMember(Name="uniqueItems")>]
member this.ItemsAreUnique : bool with get, set
Public Property ItemsAreUnique As Boolean

Property Value

Attributes

Applies to