ExpressionBindingCollection.Contains Method (String)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Parameters
- propName
-
Type:
System.String
The PropertyName of the ExpressionBinding to locate in the collection.
Return Value
Type: System.Booleantrue if the ExpressionBinding is found in the ExpressionBindingCollection; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: