This topic has not yet been rated - Rate this topic

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.

FieldData typeDescription
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

Windows.Networking.NetworkOperators
Windows::Networking::NetworkOperators [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.