Share via


EnumTypeConfiguration.IgnoredMembers Property

 

Gets the members from the backing CLR type that are to be ignored on this enum type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ReadOnlyCollection<Enum> IgnoredMembers { get; }
public:
property ReadOnlyCollection<Enum^>^ IgnoredMembers {
    ReadOnlyCollection<Enum^>^ get();
}
member IgnoredMembers : ReadOnlyCollection<Enum> with get
Public ReadOnly Property IgnoredMembers As ReadOnlyCollection(Of Enum)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Enum>

See Also

EnumTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top