Share via


StructuralTypeConfiguration.RemoveProperty(PropertyInfo) Method

Definition

Removes the given property.

public virtual void RemoveProperty (System.Reflection.PropertyInfo propertyInfo);
abstract member RemoveProperty : System.Reflection.PropertyInfo -> unit
override this.RemoveProperty : System.Reflection.PropertyInfo -> unit
Public Overridable Sub RemoveProperty (propertyInfo As PropertyInfo)

Parameters

propertyInfo
PropertyInfo

The property being removed.

Applies to