Share via


StructuralTypeConfiguration.RemovedProperties Property

Gets the collection of explicitly removed properties.

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

Syntax

'Declaration
Protected Friend Property RemovedProperties As IList(Of PropertyInfo)
    Get 
    Private Set
'Usage
Dim value As IList(Of PropertyInfo)

value = Me.RemovedProperties
protected internal IList<PropertyInfo> RemovedProperties { get; private set; }
protected public:
property IList<PropertyInfo^>^ RemovedProperties {
    IList<PropertyInfo^>^ get ();
    private: void set (IList<PropertyInfo^>^ value);
}
member RemovedProperties : IList<PropertyInfo> with get, private set
function get RemovedProperties () : IList<PropertyInfo>
private function set RemovedProperties (value : IList<PropertyInfo>)

Property Value

Type: System.Collections.Generic.IList<PropertyInfo>

See Also

Reference

StructuralTypeConfiguration Class

System.Web.Http.OData.Builder Namespace