ExpressionBindingCollection.Remove Method (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the specified ExpressionBinding object from the collection.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public void Remove(
	string propertyName
)

Parameters

propertyName
Type: System.String

The PropertyName of the ExpressionBinding to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: