Udostępnij za pośrednictwem


ConfigMgrDownloadReply.DownloadedFiles Property

 

Gets a list of downloaded files and their status.

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

Syntax

public Collection<DownloadedFile> DownloadedFiles { get; }
public:
property Collection<DownloadedFile^>^ DownloadedFiles {
    Collection<DownloadedFile^>^ get();
}
Public ReadOnly Property DownloadedFiles As Collection(Of DownloadedFile)

Property Value

Type: System.Collections.ObjectModel.Collection<DownloadedFile>

See Also

ConfigMgrDownloadReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top