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>

네트워크 통신 사업자가 정의한 대로 허용되는 최대 메가바이트 수입니다.

적용 대상