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
'Declaration
Public ReadOnly Property IgnoredProperties As ReadOnlyCollection(Of PropertyInfo)
Get
'Usage
Dim instance As StructuralTypeConfiguration
Dim value As ReadOnlyCollection(Of PropertyInfo)
value = instance.IgnoredProperties
public ReadOnlyCollection<PropertyInfo> IgnoredProperties { get; }
public:
property ReadOnlyCollection<PropertyInfo^>^ IgnoredProperties {
ReadOnlyCollection<PropertyInfo^>^ get ();
}
member IgnoredProperties : ReadOnlyCollection<PropertyInfo>
function get IgnoredProperties () : ReadOnlyCollection<PropertyInfo>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyInfo>