共用方式為


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>

輸入資料傳輸的速率。

Windows 需求

規格需求 Description
裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於