Setting.Enum.EnumDisplayNames 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 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