Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the method that was used to download the file.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DownloadMethod FileDownloadMethod { get; private set; }
public:
property DownloadMethod FileDownloadMethod {
DownloadMethod get();
private: void set(DownloadMethod value);
}
Public Property FileDownloadMethod As DownloadMethod
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.DownloadMethod
See Also
DownloadedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top