[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

MAC address, if undefined uses the current machine's MAC.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
PhysicalAddress 
MacAddress { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
MacAddress 
As 
PhysicalAddress
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
PhysicalAddress^ 
MacAddress {
	
PhysicalAddress^ 
get ();
	
void 
set (
PhysicalAddress^ 
value);
}

See Also