共用方式為


DataPlanStatus.OutboundBitsPerSecond 屬性

定義

取得值,指出輸出資料傳輸的速率。

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

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

輸出資料傳輸速率。

適用於