ContentLocationSite Class

 

Represents site information for the content location reply.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class ContentLocationSite : IXmlSerializable
[SerializableAttribute]
public ref class ContentLocationSite sealed : IXmlSerializable
<SerializableAttribute>
Public NotInheritable Class ContentLocationSite
    Implements IXmlSerializable

Constructors

Name Description
System_CAPS_pubmethod ContentLocationSite()

Initializes a new instance of the ContentLocationSite class.

Properties

Name Description
System_CAPS_pubproperty LocationRecords

Obsolete. Gets location records. This property has been superceded by Records.

System_CAPS_pubproperty MPSite

Gets or sets the management point site for the reply.

System_CAPS_pubproperty Records

Gets or sets content location records.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetSchema()

This method is reserved and should not be used.

When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ReadXml(XmlReader)

Generates an object from its XML representation.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteXml(XmlWriter)

Converts an object into its XML representation.

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