次の方法で共有


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>

ネットワークキャリアで定義されているメガバイトの最大数。

適用対象