MobileBroadbandPinOperationResult
MobileBroadbandPinOperationResult
MobileBroadbandPinOperationResult
MobileBroadbandPinOperationResult
Class
Definition
Represents the result of a mobile broadband PIN operation.
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 MobileBroadbandPinOperationResult : IMobileBroadbandPinOperationResultpublic sealed class MobileBroadbandPinOperationResult : IMobileBroadbandPinOperationResultPublic NotInheritable Class MobileBroadbandPinOperationResult Implements IMobileBroadbandPinOperationResult// 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
A MobileBroadbandPinOperationResult instance is created when one of the methods on the MobileBroadbandPin class is called and the result of the operation has been completed.
Properties
AttemptsRemaining AttemptsRemaining AttemptsRemaining AttemptsRemaining
Gets the number of PIN entry attempts remaining until the mobile broadband PIN is blocked.
public : unsigned int AttemptsRemaining { get; }public uint AttemptsRemaining { get; }Public ReadOnly Property AttemptsRemaining As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
the number of PIN entry attempts remaining until the mobile broadband PIN is blocked.
IsSuccessful IsSuccessful IsSuccessful IsSuccessful
Gets a value indicating whether the PIN operation was successful.
public : PlatForm::Boolean IsSuccessful { get; }public bool IsSuccessful { get; }Public ReadOnly Property IsSuccessful As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
Successful when true.