ExpressionBindingCollection.Item Property (String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an ExpressionBinding object from the collection with the specified PropertyName value.
Assembly: System.Web (in System.Web.dll)
Parameters
- propertyName
-
Type:
System.String
The PropertyName of the ExpressionBinding to retrieve.
Property Value
Type: System.Web.UI.ExpressionBindingAn ExpressionBinding in the ExpressionBindingCollection with the specified PropertyName.
.NET Framework
Available since 2.0
Available since 2.0
Show: