Return the MAC address with WMI from the first network card.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property MACAddress As String
	Get
C#
public static string MACAddress { get; }

See Also