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

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

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
DownloadedSuccessfully { 
get; 
internal 
set; }
Public 
Property 
DownloadedSuccessfully 
As 
Boolean
	
Get
	
Friend 
Set
public:
property 
bool 
DownloadedSuccessfully {
	
bool 
get ();
	
internal: 
void 
set (
bool 
value);
}

See Also