ExpressionBindingCollection.Item Property (String)

 

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.

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

member Item : 
        propertyName:string -> ExpressionBinding with get

Parameters

propertyName
Type: System.String

The PropertyName of the ExpressionBinding to retrieve.

.NET Framework
Available since 2.0
Return to top
Show: