LanIdentifier.PortId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.