[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

MPLOCATION reply message used by ConfigMgrMPBootMediaLocationRequestand ConfigMgrMPBootMediaLocationReply. If none of the fields are filled in, this indicates an invalid/unrecognized set of request parameters was specified.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MPBootMediaLocation
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPBootMediaLocation
[
SerializableAttribute]
public 
ref class 
MPBootMediaLocation 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPBootMediaLocation () () () ()
AssignedSiteCode
Assigned site code of the MP
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
MPCertificatesEx
MP Certificate
MPFqdn
MP FQDN
SiteCode
Site code of the MP
ToString () () () () (Inherited from Object.)
UnknownMachineGuidX64
Unknown machine GUID for AMD64 machines
UnknownMachineGuidX86
Unknown machine GUID for x86 machines

Inheritance Hierarchy

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

See Also