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

List of downloaded files and their status

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<

DownloadedFile> 
DownloadedFiles { 
get; }
Public 
ReadOnly 
Property 
DownloadedFiles 
As 
Collection(
Of 

DownloadedFile)
	
Get
public:
property 
Collection<

DownloadedFile^>^ 
DownloadedFiles {
	
Collection<

DownloadedFile^>^ 
get ();
}

See Also