ConnectionCost.OverDataLimit 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 a value that indicates if the connection has exceeded the data usage allowance specified by the data plan.
public:
property bool OverDataLimit { bool get(); };
bool OverDataLimit();
public bool OverDataLimit { get; }
var boolean = connectionCost.overDataLimit;
Public ReadOnly Property OverDataLimit As Boolean
Property Value
Boolean
bool
TRUE if the current total data usage is over the specified data limit; otherwise, FALSE.
Remarks
For Windows Phone 8.x apps, when the device is in the OverDataLimit state, network connectivity is disabled for background tasks.