Udostępnij za pośrednictwem


DownloadedFile.DownloadedSuccessfully Property

 

If true, the file was downloaded successfully and exists locally. If false, the file did not download successfully and probably does not exist locally.

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

Syntax

public bool DownloadedSuccessfully { get; internal set; }
public:
property bool DownloadedSuccessfully {
    bool get();
    internal: void set(bool value);
}
Public Property DownloadedSuccessfully As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

See Also

DownloadedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top