DataPlanStatus.DataLimitInMegabytes 属性

定义

获取一个值,该值指示每个计费周期内连接的最大数据传输限额,如数据计划所定义。

public:
 property IReference<unsigned int> ^ DataLimitInMegabytes { IReference<unsigned int> ^ get(); };
IReference<uint32_t> DataLimitInMegabytes();
public System.Nullable<uint> DataLimitInMegabytes { get; }
var iReference = dataPlanStatus.dataLimitInMegabytes;
Public ReadOnly Property DataLimitInMegabytes As Nullable(Of UInteger)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

网络运营商定义的允许的最大兆字节数。

适用于