ConnectionProfileFilter.IsBackgroundDataUsageRestricted Proprietà

Definizione

Ottiene o imposta un valore che indica se l'utilizzo dei dati in background è limitato da questo filtro del profilo di connessione.

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)

Valore della proprietà

True quando l'utilizzo dei dati in background è limitato. False se l'utilizzo dei dati in background non è limitato.

Si applica a