MobileBroadbandPinLockStateChangeTriggerDetails.PinLockStateChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of PIN lock state change details associated with a notification.
public:
property IVectorView<MobileBroadbandPinLockStateChange ^> ^ PinLockStateChanges { IVectorView<MobileBroadbandPinLockStateChange ^> ^ get(); };
IVectorView<MobileBroadbandPinLockStateChange> PinLockStateChanges();
public IReadOnlyList<MobileBroadbandPinLockStateChange> PinLockStateChanges { get; }
var iVectorView = mobileBroadbandPinLockStateChangeTriggerDetails.pinLockStateChanges;
Public ReadOnly Property PinLockStateChanges As IReadOnlyList(Of MobileBroadbandPinLockStateChange)
Property Value
A list of PIN lock state change details.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|