NetworkAdapter.NetworkAdapterId 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 the network adapter ID.
public:
property Platform::Guid NetworkAdapterId { Platform::Guid get(); };
winrt::guid NetworkAdapterId();
public Guid NetworkAdapterId { get; }
var guid = networkAdapter.networkAdapterId;
Public ReadOnly Property NetworkAdapterId As Guid
Property Value
The network adapter ID.