ConnectionProfileFilter.IsOverDataLimit Property

Definition

Gets or sets whether the data limit has been exceeded under the current connection profile filter.

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

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

Property Value

True when the data limit has been exceeded. False otherwise.v

Applies to