Share via


MobileBroadbandPinOperationResult.AttemptsRemaining Property

Definition

Gets the number of PIN entry attempts remaining until the mobile broadband PIN is blocked.

public:
 property unsigned int AttemptsRemaining { unsigned int get(); };
uint32_t AttemptsRemaining();
public uint AttemptsRemaining { get; }
var uInt32 = mobileBroadbandPinOperationResult.attemptsRemaining;
Public ReadOnly Property AttemptsRemaining As UInteger

Property Value

UInt32

unsigned int

uint32_t

the number of PIN entry attempts remaining until the mobile broadband PIN is blocked.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also