共用方式為


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<unsigned int>

IReference<uint32_t>

網路電信業者所允許的最大 MB 數目。

適用於