NetworkInterfaceList.Current Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the current element in the collection.

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property Current As NetworkInterfaceInfo
public NetworkInterfaceInfo Current { get; }

Property Value

Type: Microsoft.Phone.Net.NetworkInformation..::.NetworkInterfaceInfo
The current element in the collection.

Implements

IEnumerator<(Of <(T>)>)..::.Current

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

NetworkInterfaceList Class

Microsoft.Phone.Net.NetworkInformation Namespace