MobileBroadbandAccountEventArgs
MobileBroadbandAccountEventArgs
MobileBroadbandAccountEventArgs
MobileBroadbandAccountEventArgs
Class
Definition
Provides information for the AccountAdded and AccountRemoved events.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : sealed class MobileBroadbandAccountEventArgs : IMobileBroadbandAccountEventArgspublic sealed class MobileBroadbandAccountEventArgs : IMobileBroadbandAccountEventArgsPublic NotInheritable Class MobileBroadbandAccountEventArgs Implements IMobileBroadbandAccountEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Properties
NetworkAccountId NetworkAccountId NetworkAccountId NetworkAccountId
Gets the network account Id that was added or removed.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : PlatForm::String NetworkAccountId { get; }public string NetworkAccountId { get; }Public ReadOnly Property NetworkAccountId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The network account Id that was added or removed.