ConnectionCost.ApproachingDataLimit 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 a connection is approaching the data usage allowance specified by the data plan.
public:
property bool ApproachingDataLimit { bool get(); };
bool ApproachingDataLimit();
public bool ApproachingDataLimit { get; }
var boolean = connectionCost.approachingDataLimit;
Public ReadOnly Property ApproachingDataLimit As Boolean
Property Value
Boolean
bool
TRUE if the connection profile is close to the data limit threshold; otherwise, FALSE.