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)

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

[SerializableAttribute]
public ref class MPBootMediaLocation sealed 

NameDescription
System_CAPS_pubmethodMPBootMediaLocation()

Initializes a new instance of the MPBootMediaLocation class.

NameDescription
System_CAPS_pubpropertyAssignedSiteCode

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

System_CAPS_pubpropertyMPCertificatesEx

Gets or sets the management point certificate.

System_CAPS_pubpropertyMPFqdn

Gets or sets the management point FQDN.

System_CAPS_pubpropertySiteCode

Gets or sets the site code of the management point.

System_CAPS_pubpropertyUnknownMachineGuidX64

Gets or sets the unknown machine GUID for AMD64 computers.

System_CAPS_pubpropertyUnknownMachineGuidX86

Gets or sets the unknown machine GUID for x86 computers.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: