ExpressionBindingCollection Properties
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of ExpressionBinding objects in the ExpressionBindingCollection collection. |
![]() | IsReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the ExpressionBinding objects in the collection can be modified. |
![]() | IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item[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. |
![]() | RemovedBindings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of strings representing the names of bindings that have been removed. |
![]() | SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the collection. |
