Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of EDM enum members that belong to this type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEnumerable<EnumMemberConfiguration> Members { get; }
public:
property IEnumerable<EnumMemberConfiguration^>^ Members {
IEnumerable<EnumMemberConfiguration^>^ get();
}
member Members : IEnumerable<EnumMemberConfiguration> with get
Public ReadOnly Property Members As IEnumerable(Of EnumMemberConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<EnumMemberConfiguration>
See Also
EnumTypeConfiguration<TEnumType> Class
System.Web.OData.Builder Namespace
Return to top