LanIdentifier.PortId Property

Definition

Gets a LanIdentifierData object containing the port ID from the Link Layer Discovery Protocol (LLDP) locality information for an Ethernet type network adapter.

public:
 property LanIdentifierData ^ PortId { LanIdentifierData ^ get(); };
LanIdentifierData PortId();
public LanIdentifierData PortId { get; }
var lanIdentifierData = lanIdentifier.portId;
Public ReadOnly Property PortId As LanIdentifierData

Property Value

The port ID information for the network adapter.

Applies to