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

Site information for the content location reply

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ContentLocationSite : 
IXmlSerializable
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ContentLocationSite _
	
Implements 
IXmlSerializable
[
SerializableAttribute]
public 
ref class 
ContentLocationSite 
sealed : 
IXmlSerializable

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationSite () () () ()
Initializes a new instance of the ContentLocationSiteclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
GetType () () () () (Inherited from Object.)
LocationRecords Obsolete.
Location records. This property has been obsoleted by Records.
MemberwiseClone () () () () (Inherited from Object.)
MPSite
MP site of the reply
ReadXml(XmlReader)
Generates an object from its XML representation.
Records
Content location records
ToString () () () () (Inherited from Object.)
WriteXml(XmlWriter)
Converts an object into its XML representation.

Inheritance Hierarchy

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

See Also