InventoryInstanceElementWin32NetworkAdapterConfiguration.MacAddress Property
Gets the network interface MAC address.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string MacAddress { get; set; }
public:
property String^ MacAddress {
String^ get();
void set(String^ value);
}
Public Property MacAddress As String
Property Value
Type: System.String
See Also
InventoryInstanceElementWin32NetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top