DataPlanUsage.MegabytesUsed プロパティ

定義

接続経由で転送されたデータの合計量を MB 単位で示す値を取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

転送されたデータのメガバイト数。

適用対象