ConnectionCost.ApproachingDataLimit Property

Definition

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.

Applies to