IPAddressInformationCollection::Item Property (Int32)

 

Gets the IPAddressInformation at the specified index in the collection.

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

public:
property IPAddressInformation^ default[
	int index
] {
	virtual IPAddressInformation^ get(int index);
}

Parameters

index
Type: System::Int32

The zero-based index of the element.

Property Value

Type: System.Net.NetworkInformation::IPAddressInformation^

The IPAddressInformation at the specified location.

.NET Framework
Available since 2.0
Return to top
Show: