EnumTypeConfiguration<TEnumType>.Members Property

Definition

Gets the collection of EDM enum members that belong to this type.

public System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.EnumMemberConfiguration> Members { get; }
member this.Members : seq<Microsoft.AspNet.OData.Builder.EnumMemberConfiguration>
Public ReadOnly Property Members As IEnumerable(Of EnumMemberConfiguration)

Property Value

Applies to