ConnectionProfileFilter.IsBackgroundDataUsageRestricted 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 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.