Setting.EnumArray.ItemsAreUnique Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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