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)

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

[SerializableAttribute]
public ref class PeerDPDownloadStatusDetails sealed 

NameDescription
System_CAPS_pubmethodPeerDPDownloadStatusDetails()

Initializes a new instance of the PeerDPDownloadStatusDetails class.

NameDescription
System_CAPS_pubpropertyHttpUrl

Gets or sets the HTTP URL.

System_CAPS_pubpropertyLocation

Gets or sets the location.

System_CAPS_pubpropertyPackageId

Gets or sets the package ID.

System_CAPS_pubpropertyPackageServer

Gets or sets the package server.

System_CAPS_pubpropertyPersonality

Gets or sets the personality.

System_CAPS_pubpropertyShareName

Gets or sets the name of the share.

System_CAPS_pubpropertySiteCode

Gets or sets the site code.

System_CAPS_pubpropertySourceVersion

Gets or sets the source version.

System_CAPS_pubpropertyState

Gets or sets the state.

System_CAPS_pubpropertyStatus

Gets or sets the status.

System_CAPS_pubpropertyType

Gets or sets the type.

System_CAPS_pubpropertyUpdateTime

Gets or sets the update time.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: