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

IReference<uint64_t>

出站数据传输速率。

适用于