MobileBroadbandModem.CurrentAccount Property

Definition

Gets the MobileBroadbandAccount associated currently with the mobile broadband modem.

public:
 property MobileBroadbandAccount ^ CurrentAccount { MobileBroadbandAccount ^ get(); };
MobileBroadbandAccount CurrentAccount();
public MobileBroadbandAccount CurrentAccount { get; }
var mobileBroadbandAccount = mobileBroadbandModem.currentAccount;
Public ReadOnly Property CurrentAccount As MobileBroadbandAccount

Property Value

The account associated currently with the mobile broadband modem.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also