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
protected internal IList<PropertyInfo> RemovedProperties {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public protected:
property IList<PropertyInfo^>^ RemovedProperties {
[CompilerGeneratedAttribute]
IList<PropertyInfo^>^ get();
[CompilerGeneratedAttribute]
private: void set(IList<PropertyInfo^>^ value);
}
member RemovedProperties : IList<PropertyInfo> with get, private set
Protected Friend Property RemovedProperties As IList(Of PropertyInfo)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<PropertyInfo>
See Also
StructuralTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top