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 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