StructuralTypeConfiguration.IgnoredProperties Property
Gets the properties from the backing CLR type that are to be ignored on this edm type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ReadOnlyCollection<PropertyInfo> IgnoredProperties { get; }
public:
property ReadOnlyCollection<PropertyInfo^>^ IgnoredProperties {
ReadOnlyCollection<PropertyInfo^>^ get();
}
member IgnoredProperties : ReadOnlyCollection<PropertyInfo> with get
Public ReadOnly Property IgnoredProperties As ReadOnlyCollection(Of PropertyInfo)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyInfo>
See Also
StructuralTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top