StateDetailsContentsClientIdentity.MacAddressString Property
Gets or sets the MAC address. If this property is not set, the MAC address of the current machine is used. This property is only for serialization. Use MacAddress instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string MacAddressString { get; set; }
public:
property String^ MacAddressString {
String^ get();
void set(String^ value);
}
Public Property MacAddressString As String
Property Value
Type: System.String
See Also
StateDetailsContentsClientIdentity Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top