DeliveryOptimizationSettings.DownloadMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current download mode type in the Delivery Optimization settings for the current device.
public:
property DeliveryOptimizationDownloadMode DownloadMode { DeliveryOptimizationDownloadMode get(); };
DeliveryOptimizationDownloadMode DownloadMode();
public DeliveryOptimizationDownloadMode DownloadMode { get; }
var deliveryOptimizationDownloadMode = deliveryOptimizationSettings.downloadMode;
Public ReadOnly Property DownloadMode As DeliveryOptimizationDownloadMode
Property Value
The current download mode type in the Delivery Optimization settings for the current device.
Remarks
For more information about Delivery Optimization, see Configure Delivery Optimization for Windows 10 updates.