UnicastIPAddressInformationCollection::Item Property (Int32)
.NET Framework (current version)
Gets the UnicastIPAddressInformation instance at the specified index in the collection.
Assembly: System (in System.dll)
public: property UnicastIPAddressInformation^ default[ int index ] { virtual UnicastIPAddressInformation^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element.
Property Value
Type: System.Net.NetworkInformation::UnicastIPAddressInformation^The UnicastIPAddressInformation at the specified location.
.NET Framework
Available since 2.0
Available since 2.0
Show: