ContentLocationLocationRecord Class

 

Represents a content location record that contains all of the information needed by the client to download a software distribution.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationLocationRecord

Syntax

[SerializableAttribute]
public sealed class ContentLocationLocationRecord
[SerializableAttribute]
public ref class ContentLocationLocationRecord sealed 
<SerializableAttribute>
Public NotInheritable Class ContentLocationLocationRecord

Constructors

Name Description
System_CAPS_pubmethod ContentLocationLocationRecord()

Initializes a new instance of the ContentLocationLocationRecord class.

Properties

Name Description
System_CAPS_pubproperty ADSite

Gets or sets Active Directory site information for the site.

System_CAPS_pubproperty Capabilities

Gets or sets the capabilities of the management point.

System_CAPS_pubproperty DPType

Gets or sets the distribution point type.

System_CAPS_pubproperty IPSubnets

Gets or sets the IP subnets for the distribution points.

System_CAPS_pubproperty Locality

Gets or sets the locality for the location element.

System_CAPS_pubproperty ManagementPointServerName

Gets or sets the hostname of the management point.

System_CAPS_pubproperty ManagementPointVersion

Gets or sets the software version running on the management point.

System_CAPS_pubproperty Metric

Gets or sets the metric for the distribution points.

System_CAPS_pubproperty SmbPaths

Gets an array of SMB distribution points for content location.

System_CAPS_pubproperty Urls

Gets an array of HTTP distribution points for content location.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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