DataPlanStatus.DataLimitInMegabytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The maximum number of megabytes allowed as defined by the network carrier.