DataPlanStatus.DataPlanUsage 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 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.
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|