Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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