MPBootMediaLocation.UnknownMachineGuidX86 Property

 

Gets or sets the unknown machine GUID for x86 computers.

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

MPBootMediaLocation Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top