MPBootMediaLocation Class

 

Represents an MPLOCATION reply message used by ConfigMgrMPBootMediaLocationRequest and ConfigMgrMPBootMediaLocationReply. If none of the fields are populated, an invalid or unrecognized set of request parameters was specified.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.MPBootMediaLocation

Syntax

[SerializableAttribute]
public sealed class MPBootMediaLocation
[SerializableAttribute]
public ref class MPBootMediaLocation sealed 
<SerializableAttribute>
Public NotInheritable Class MPBootMediaLocation

Constructors

Name Description
System_CAPS_pubmethod MPBootMediaLocation()

Initializes a new instance of the MPBootMediaLocation class.

Properties

Name Description
System_CAPS_pubproperty AssignedSiteCode

Gets or sets the assigned site code of the management point.

System_CAPS_pubproperty MPCertificatesEx

Gets or sets the management point certificate.

System_CAPS_pubproperty MPFqdn

Gets or sets the management point FQDN.

System_CAPS_pubproperty SiteCode

Gets or sets the site code of the management point.

System_CAPS_pubproperty UnknownMachineGuidX64

Gets or sets the unknown machine GUID for AMD64 computers.

System_CAPS_pubproperty UnknownMachineGuidX86

Gets or sets the unknown machine GUID for x86 computers.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top