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