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 | |
---|---|---|
![]() |
MPBootMediaLocation() | Initializes a new instance of the MPBootMediaLocation class. |
Properties
Name | Description | |
---|---|---|
![]() |
AssignedSiteCode | Gets or sets the assigned site code of the management point. |
![]() |
MPCertificatesEx | Gets or sets the management point certificate. |
![]() |
MPFqdn | Gets or sets the management point FQDN. |
![]() |
SiteCode | Gets or sets the site code of the management point. |
![]() |
UnknownMachineGuidX64 | Gets or sets the unknown machine GUID for AMD64 computers. |
![]() |
UnknownMachineGuidX86 | Gets or sets the unknown machine GUID for x86 computers. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
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