BackgroundDownloader.CostPolicy Property

Definition

Gets or sets the cost policy for the background download operation.

public:
 property BackgroundTransferCostPolicy CostPolicy { BackgroundTransferCostPolicy get(); void set(BackgroundTransferCostPolicy value); };
BackgroundTransferCostPolicy CostPolicy();

void CostPolicy(BackgroundTransferCostPolicy value);
public BackgroundTransferCostPolicy CostPolicy { get; set; }
var backgroundTransferCostPolicy = backgroundDownloader.costPolicy;
backgroundDownloader.costPolicy = backgroundTransferCostPolicy;
Public Property CostPolicy As BackgroundTransferCostPolicy

Property Value

Indicates whether transfers can occur on costed networks.

Implements

Applies to