Share via


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

See Also

Reference

StructuralTypeConfiguration Class

System.Web.Http.OData.Builder Namespace