Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the MAC address. If you don't set this property, the MAC address of the current machine is used.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public PhysicalAddress MacAddress { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property PhysicalAddress^ MacAddress {
PhysicalAddress^ get();
void set(PhysicalAddress^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property MacAddress As PhysicalAddress
Property Value
Type: System.Net.NetworkInformation.PhysicalAddress
See Also
StateDetailsContentsClientIdentity Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top