Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the given property.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual void RemoveProperty(
PropertyInfo propertyInfo
)
public:
virtual void RemoveProperty(
PropertyInfo^ propertyInfo
)
abstract RemoveProperty :
propertyInfo:PropertyInfo -> unit
override RemoveProperty :
propertyInfo:PropertyInfo -> unit
Public Overridable Sub RemoveProperty (
propertyInfo As PropertyInfo
)
Parameters
propertyInfo
Type: System.Reflection.PropertyInfoThe property being removed.
See Also
StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top