Determine which mobile broadband network is currently connected

You can determine which mobile broadband network you’re connected to by retrieving the APN through the AccessPointName property of the current network object for the account.

For example:

account.currentNetwork.accessPointName

Common tasks for mobile broadband Windows Runtime APIs