इसके माध्यम से साझा किया गया


DataPlanStatus.OutboundBitsPerSecond Property

Definition

Gets a value indicating the nominal rate of the outbound data transfer.

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)

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The outbound data transfer rate.

Applies to