System.Web.UI.ExpressionBindingCollection.Remove Method

Removes the specified System.Web.UI.ExpressionBinding object from the collection.

Syntax

public void Remove (string propertyName, bool addToRemovedList)

Parameters

propertyName
The ExpressionBinding.PropertyName of the System.Web.UI.ExpressionBinding to remove from the collection.
addToRemovedList
true to add the System.Web.UI.ExpressionBinding to the ExpressionBindingCollection.RemovedBindings collection; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0