LanIdentifier
LanIdentifier
LanIdentifier
LanIdentifier
Class
Definition
Represents physical identification data for a specific NetworkAdapter object. For a code example showing how to retrieve data represented by a LanIdentifier object, see How to retrieve network adapter and locality information (XAML).
public : sealed class LanIdentifier : ILanIdentifierpublic sealed class LanIdentifier : ILanIdentifierPublic NotInheritable Class LanIdentifier Implements ILanIdentifier// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Examples
How to retrieve network adapter and locality information (XAML)
Remarks
Location data is expressed either as a BSSID if the network adapter media type is Wireless LAN, or as a tuple <ChassisId, Port Number> if the network adapter type is Ethernet. The data is represented according to the LLDP protocol.
Properties
InfrastructureId InfrastructureId InfrastructureId InfrastructureId
Gets a LanIdentifierData object containing locality identification information for the network adapter's connection.
public : LanIdentifierData InfrastructureId { get; }public LanIdentifierData InfrastructureId { get; }Public ReadOnly Property InfrastructureId As LanIdentifierData// You can use this property in JavaScript.
Location information for the network adapter providing connectivity for the connection.
NetworkAdapterId NetworkAdapterId NetworkAdapterId NetworkAdapterId
Gets the adapter GUID that identifies the network adapter to associate with the locality information.
public : PlatForm::Guid NetworkAdapterId { get; }public Guid NetworkAdapterId { get; }Public ReadOnly Property NetworkAdapterId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The adapter ID for the network adapter associated with the LanIdentifier information.
PortId PortId PortId PortId
Gets a LanIdentifierData object containing the port ID from the Link Layer Discovery Protocol (LLDP) locality information for an Ethernet type network adapter.
public : LanIdentifierData PortId { get; }public LanIdentifierData PortId { get; }Public ReadOnly Property PortId As LanIdentifierData// You can use this property in JavaScript.
The port ID information for the network adapter.