DeliveryOptimizationSettings.DownloadModeSource 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 source of the current download mode in the Delivery Optimization settings for the current device.
public:
property DeliveryOptimizationDownloadModeSource DownloadModeSource { DeliveryOptimizationDownloadModeSource get(); };
DeliveryOptimizationDownloadModeSource DownloadModeSource();
public DeliveryOptimizationDownloadModeSource DownloadModeSource { get; }
var deliveryOptimizationDownloadModeSource = deliveryOptimizationSettings.downloadModeSource;
Public ReadOnly Property DownloadModeSource As DeliveryOptimizationDownloadModeSource
Property Value
The source of the current download mode in the Delivery Optimization settings for the current device.
Remarks
For more information about Delivery Optimization, see Configure Delivery Optimization for Windows 10 updates.