ProviderConnectionPointCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the ReadOnlyCollectionBase instance.(Inherited from ReadOnlyCollectionBase.) |
![]() | Default | Gets the default connection point from the collection of provider connection points associated with a particular control. |
![]() | Item(Int32) | Gets a member of the collection based on its position in the collection. |
![]() | Item(String) | Gets a member of the collection based on a unique string identifier. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe).(Inherited from ReadOnlyCollectionBase.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object.(Inherited from ReadOnlyCollectionBase.) |
Show:


