AttributedNetworkUsage.BytesSent プロパティ

定義

ネットワーク経由でアプリによって送信されたバイト数を取得します。

public:
 property unsigned long long BytesSent { unsigned long long get(); };
uint64_t BytesSent();
public ulong BytesSent { get; }
var uInt64 = attributedNetworkUsage.bytesSent;
Public ReadOnly Property BytesSent As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

アプリによって送信されたバイト数。

適用対象