Setting.Enum.EnumIds 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 identifiers of the allowed values for the enumeration.
[System.Runtime.Serialization.DataMember(Name="enum")]
public System.Collections.Generic.IEnumerable<string> EnumIds { get; }
[<System.Runtime.Serialization.DataMember(Name="enum")>]
member this.EnumIds : seq<string>
Public ReadOnly Property EnumIds As IEnumerable(Of String)
Property Value
- Attributes