DataPlanStatus.MaxTransferSizeInMegabytes 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 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
The maximum size of a transfer that is allowed without user consent on a metered network.