[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Branch distribution point download status details. This is required.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, CanBeNull = 
false)]
public 

PeerDPDownloadStatus 
DownloadStatus { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, CanBeNull := 
False)> _
Public 
Property 
DownloadStatus 
As 

PeerDPDownloadStatus
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, CanBeNull = 
false)]
public:
property 

PeerDPDownloadStatus^ 
DownloadStatus {
	

PeerDPDownloadStatus^ 
get ();
	
void 
set (

PeerDPDownloadStatus^ 
value);
}

See Also