DataPlanUsage.MegabytesUsed Property

Definition

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

UInt32

unsigned int

uint32_t

The number of megabytes of data transferred.

Applies to