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