ConnectionProfileFilter.IsBackgroundDataUsageRestricted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定此連接設定檔篩選準則是否限制背景資料使用量。
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)
屬性值
True 是表示 當背景資料使用量受到限制時。 False 表示背景資料使用量不受限制。