DataPlanStatus.DataLimitInMegabytes Property

Definition

Gets a value indicating the maximum data transfer allowance for a connection within each billing cycle, as defined by the data plan.

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)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The maximum number of megabytes allowed as defined by the network carrier.

Applies to