BypassElementCollection::Item Property (Int32)

 

Gets or sets the element at the specified position in the collection.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
property BypassElement^ default[
	int index
] {
	BypassElement^ get(int index);
	void set(int index, BypassElement^ value);
}

Parameters

index
Type: System::Int32

The zero-based index of the element.

Property Value

Type: System.Net.Configuration::BypassElement^

The BypassElement at the specified location.

.NET Framework
Available since 2.0
Return to top
Show: