DataPlanStatus.MaxTransferSizeInMegabytes Property

Definition

Gets a value indicates the maximum size of a transfer that is allowed without user consent on a metered network.

public:
 property IReference<unsigned int> ^ MaxTransferSizeInMegabytes { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxTransferSizeInMegabytes();
public System.Nullable<uint> MaxTransferSizeInMegabytes { get; }
var iReference = dataPlanStatus.maxTransferSizeInMegabytes;
Public ReadOnly Property MaxTransferSizeInMegabytes As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The maximum size of a transfer that is allowed without user consent on a metered network.

Applies to