ConnectionProfileFilter.IsBackgroundDataUsageRestricted Property

Definition

Gets or sets whether background data usage is restricted by this connection profile filter.

public:
 property IReference<bool> ^ IsBackgroundDataUsageRestricted { IReference<bool> ^ get(); void set(IReference<bool> ^ value); };
IReference<bool> IsBackgroundDataUsageRestricted();

void IsBackgroundDataUsageRestricted(IReference<bool> value);
public System.Nullable<bool> IsBackgroundDataUsageRestricted { get; set; }
var iReference = connectionProfileFilter.isBackgroundDataUsageRestricted;
connectionProfileFilter.isBackgroundDataUsageRestricted = iReference;
Public Property IsBackgroundDataUsageRestricted As Nullable(Of Boolean)

Property Value

True when background data usage is restricted. False if background data usage is not restricted.

Applies to