ConfigMgrDeliveryScopeStatusMessage.DownloadStatus Property
Gets or sets branch distribution point download status details. This property is required.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CanBeNull = false)]
public PeerDPDownloadStatus DownloadStatus { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CanBeNull = false)]
property PeerDPDownloadStatus^ DownloadStatus {
PeerDPDownloadStatus^ get();
void set(PeerDPDownloadStatus^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CanBeNull := False)>
Public Property DownloadStatus As PeerDPDownloadStatus
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PeerDPDownloadStatus
See Also
ConfigMgrDeliveryScopeStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top