StructuralTypeConfiguration.RemovedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of explicitly removed properties.
protected internal System.Collections.Generic.IList<System.Reflection.PropertyInfo> RemovedProperties { get; }
member this.RemovedProperties : System.Collections.Generic.IList<System.Reflection.PropertyInfo>
Protected Friend ReadOnly Property RemovedProperties As IList(Of PropertyInfo)