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

Represents a download file from ConfigMgrDownloadRequest (or inheriting)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
DownloadedFile
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
DownloadedFile
[
SerializableAttribute]
public 
ref class 
DownloadedFile 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
DownloadedFile () () () ()
Initializes a new instance of the DownloadedFileclass. This is only for serialization. Do not use this.
DownloadedSuccessfully
If true, then the file was downloaded successfully and exists locally. If false, it was not downloaded successfully and probably does not exist locally.
Equals(Object) (Inherited from Object.)
FileDownloadMethod
Gets the method used to download the file
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LocalPathToFile
Gets the local path to the file
MemberwiseClone () () () () (Inherited from Object.)
RemotePathToFile
Gets the remote path to the file
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . DownloadedFile

See Also