ConnectionManagementElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the element at the specified position in the collection.
Assembly: System (in System.dll)
public: property ConnectionManagementElement^ default[ int index ] { ConnectionManagementElement^ get(int index); void set(int index, ConnectionManagementElement^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element.
Property Value
Type: System.Net.Configuration::ConnectionManagementElement^The ConnectionManagementElement at the specified location.
.NET Framework
Available since 2.0
Available since 2.0
Show: