ProfileUsage structure
Used to update the usage of plan data.
Note This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators. For more information, see Mobile Broadband: Windows Store device apps.
Syntax
var profileUsage = { lastSyncTime : /* Your value */, usageInMegabytes : /* Your value */ }
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ProfileUsage structure has these fields.
| Field | Data type | Description |
|---|---|---|
| LastSyncTime | lastSyncTime |
Date [JavaScript] | System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++] |
The last time UsageInMegabytes was updated. |
| UsageInMegabytes | usageInMegabytes |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
Updates the usage in megabytes. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
