UnknownMachines.UnknownMachineGuidX86 Property
Gets or sets the GUID for unknown x86 machines.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string UnknownMachineGuidX86 { get; set; }
public:
property String^ UnknownMachineGuidX86 {
String^ get();
void set(String^ value);
}
Public Property UnknownMachineGuidX86 As String
Property Value
Type: System.String
See Also
UnknownMachines Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top