共用方式為


DataPlanStatus.InboundBitsPerSecond 屬性

定義

取得值,指出連線上發生輸入資料傳輸的速率。

public:
 property IReference<unsigned long long> ^ InboundBitsPerSecond { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> InboundBitsPerSecond();
public System.Nullable<ulong> InboundBitsPerSecond { get; }
var iReference = dataPlanStatus.inboundBitsPerSecond;
Public ReadOnly Property InboundBitsPerSecond As Nullable(Of ULong)

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

輸入資料傳輸的速率。

適用於