ExpressionBindingCollection Properties

 

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

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

NameDescription
System_CAPS_pubpropertyCount

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.

System_CAPS_pubpropertyIsReadOnly

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.

System_CAPS_pubpropertyIsSynchronized

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).

System_CAPS_pubpropertyItem[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.

System_CAPS_pubpropertyRemovedBindings

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.

System_CAPS_pubpropertySyncRoot

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.

Return to top
Show: