Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

DataPlanUsage class

Represents data plan specific data usage information for a connection.

Syntax


var dataPlanUsage = get_DataPlanUsage();

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The DataPlanUsage class has these types of members:

Methods

The DataPlanUsage class inherits methods from the Object class (C#/VB/C++).

Properties

The DataPlanUsage class has these properties.

PropertyAccess typeDescription

LastSyncTime

Read-onlyGets a DateTime object indicating when the network operator last updated the MegabytesUsed property.

MegabytesUsed

Read-onlyGets a value indicating the total amount of data transferred, in megabytes, over the connection.

 

Remarks

For more information on using cost data to manage connectivity, see Quickstart: Managing metered network cost constraints.

Windows Phone 8

This API is not implemented and will throw an exception if called.

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

None supported [Windows Store apps, desktop apps]

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.winmd

See also

Quickstart: Managing metered network cost constraints

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.