DataPlanStatus.DataPlanUsage Property

Definition

Gets a DataPlanUsage object that indicates the amount of data transferred over the connection, in megabytes, and the last time this value was refreshed.

public:
 property DataPlanUsage ^ DataPlanUsage { DataPlanUsage ^ get(); };
DataPlanUsage DataPlanUsage();
public DataPlanUsage DataPlanUsage { get; }
var dataPlanUsage = dataPlanStatus.dataPlanUsage;
Public ReadOnly Property DataPlanUsage As DataPlanUsage

Property Value

The data usage and the last updated time.

Applies to