WindowsUpdateApprovalData.AllowDownloadOnMetered 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 or sets a value indicating whether the update is permitted to download over a metered network connection.
public:
property IReference<bool> ^ AllowDownloadOnMetered { IReference<bool> ^ get(); void set(IReference<bool> ^ value); };
IReference<bool> AllowDownloadOnMetered();
void AllowDownloadOnMetered(IReference<bool> value);
public System.Nullable<bool> AllowDownloadOnMetered { get; set; }
var iReference = windowsUpdateApprovalData.allowDownloadOnMetered;
windowsUpdateApprovalData.allowDownloadOnMetered = iReference;
Public Property AllowDownloadOnMetered As Nullable(Of Boolean)
Property Value
true
if the update is permitted to download over a metered network connection; otherwise, false
.