StructuralTypeConfiguration.RemoveProperty Method
Removes the given property.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Overridable Sub RemoveProperty ( _
propertyInfo As PropertyInfo _
)
'Usage
Dim instance As StructuralTypeConfiguration
Dim propertyInfo As PropertyInfo
instance.RemoveProperty(propertyInfo)
public virtual void RemoveProperty(
PropertyInfo propertyInfo
)
public:
virtual void RemoveProperty(
PropertyInfo^ propertyInfo
)
abstract RemoveProperty :
propertyInfo:PropertyInfo -> unit
override RemoveProperty :
propertyInfo:PropertyInfo -> unit
public function RemoveProperty(
propertyInfo : PropertyInfo
)
Parameters
- propertyInfo
Type: System.Reflection.PropertyInfo
The property being removed.