Share via


Setting.Enum.EnumDisplayNames Property

Definition

Gets the display names of the allowed values for the enumeration.

[System.Runtime.Serialization.DataMember(Name="enumItemLabels")]
public System.Collections.Generic.IEnumerable<string> EnumDisplayNames { get; }
[<System.Runtime.Serialization.DataMember(Name="enumItemLabels")>]
member this.EnumDisplayNames : seq<string>
Public ReadOnly Property EnumDisplayNames As IEnumerable(Of String)

Property Value

Attributes

Applies to