INetworkAdapterConfigurationInfoMacAddress Property |
Win32_NetworkAdapterConfiguration: MACAddress: Media Access Control (MAC)
address of the network adapter.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string MacAddress { get; set; }
Property MacAddress As String
Get
Set
property String^ MacAddress {
String^ get ();
void set (String^ value);
}
abstract MacAddress : string with get, set
Property Value
Type:
String
The MAC address.
See Also