DataPlanUsage.MegabytesUsed 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 value indicating the total amount of data transferred, in megabytes, over the connection.
public:
property unsigned int MegabytesUsed { unsigned int get(); };
uint32_t MegabytesUsed();
public uint MegabytesUsed { get; }
var uInt32 = dataPlanUsage.megabytesUsed;
Public ReadOnly Property MegabytesUsed As UInteger
Property Value
The number of megabytes of data transferred.