ExpressionBindingCollection.Contains Method (String)

 

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

Determines whether the ExpressionBindingCollection collection contains a specific ExpressionBinding object.

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

member Contains : 
        propName:string -> bool

Parameters

propName
Type: System.String

The PropertyName of the ExpressionBinding to locate in the collection.

Return Value

Type: System.Boolean

true if the ExpressionBinding is found in the ExpressionBindingCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: