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

Contains information about the MP for the content location request

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ContentLocationMPSite : 
SiteRecord
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ContentLocationMPSite _
	
Inherits 
SiteRecord
[
SerializableAttribute]
public 
ref class 
ContentLocationMPSite 
sealed : 
public 
SiteRecord

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationMPSite () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LocalSiteLocality
Locality of the local MP (fallback, proxy, local, etc)
MasterSiteCode
Site code of the assigned MP
MemberwiseClone () () () () (Inherited from Object.)
SiteCode
Site code of the resident MP
(Overrides SiteRecord . . :: . . SiteCode.)
SiteLocality
Locality of the resident MP (fallback, proxy)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . SiteRecord
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ContentLocationMPSite

See Also