StoreConfiguration.SetMobileOperatorConfiguration Method
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.
Configures mobile operator information for the device.
public:
static void SetMobileOperatorConfiguration(Platform::String ^ mobileOperatorId, unsigned int appDownloadLimitInMegabytes, unsigned int updateDownloadLimitInMegabytes);
static void SetMobileOperatorConfiguration(winrt::hstring const& mobileOperatorId, uint32_t const& appDownloadLimitInMegabytes, uint32_t const& updateDownloadLimitInMegabytes);
public static void SetMobileOperatorConfiguration(string mobileOperatorId, uint appDownloadLimitInMegabytes, uint updateDownloadLimitInMegabytes);
function setMobileOperatorConfiguration(mobileOperatorId, appDownloadLimitInMegabytes, updateDownloadLimitInMegabytes)
Public Shared Sub SetMobileOperatorConfiguration (mobileOperatorId As String, appDownloadLimitInMegabytes As UInteger, updateDownloadLimitInMegabytes As UInteger)
Parameters
- mobileOperatorId
-
String
Platform::String
winrt::hstring
The mobile operator ID.
- appDownloadLimitInMegabytes
-
UInt32
unsigned int
uint32_t
The maximum app download size defined by the mobile operator, in MB.
- updateDownloadLimitInMegabytes
-
UInt32
unsigned int
uint32_t
The maximum OS update download size defined by the mobile operator, in MB.