ProtocolCollection::Item Property
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the specified ProtocolElement collection item.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Item[ConfigurationProperty^] | Gets or sets a property or attribute of this configuration element.(Inherited from ConfigurationElement.) |
![]() | Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the ProtocolElement object at the specified index of the collection. |
![]() | Item[String^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of the first entry with the specified key. |
Item is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.

