Gets the UnicastIPAddressInformation instance at the specified index in the collection.
| C# | Visual Basic |
public UnicastIPAddressInformation this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As UnicastIPAddressInformation Get
- index (Int32)
- The zero-based index of the element.
The UnicastIPAddressInformation at the specified location.