Udostępnij za pośrednictwem


PeerDPDownloadStatusDetails Class

 

Represents the details for a branch distribution point download status message.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.PeerDPDownloadStatusDetails

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod PeerDPDownloadStatusDetails()

Initializes a new instance of the PeerDPDownloadStatusDetails class.

Properties

Name Description
System_CAPS_pubproperty HttpUrl

Gets or sets the HTTP URL.

System_CAPS_pubproperty Location

Gets or sets the location.

System_CAPS_pubproperty PackageId

Gets or sets the package ID.

System_CAPS_pubproperty PackageServer

Gets or sets the package server.

System_CAPS_pubproperty Personality

Gets or sets the personality.

System_CAPS_pubproperty ShareName

Gets or sets the name of the share.

System_CAPS_pubproperty SiteCode

Gets or sets the site code.

System_CAPS_pubproperty SourceVersion

Gets or sets the source version.

System_CAPS_pubproperty State

Gets or sets the state.

System_CAPS_pubproperty Status

Gets or sets the status.

System_CAPS_pubproperty Type

Gets or sets the type.

System_CAPS_pubproperty UpdateTime

Gets or sets the update time.

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