MobileBroadbandPinManager.SupportedPins 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 a list of the supported PIN types for the mobile broadband modem and SIM Card.
public:
property IVectorView<MobileBroadbandPinType> ^ SupportedPins { IVectorView<MobileBroadbandPinType> ^ get(); };
IVectorView<MobileBroadbandPinType> SupportedPins();
public IReadOnlyList<MobileBroadbandPinType> SupportedPins { get; }
var iVectorView = mobileBroadbandPinManager.supportedPins;
Public ReadOnly Property SupportedPins As IReadOnlyList(Of MobileBroadbandPinType)
Property Value
a list of the supported PIN types for the mobile broadband modem and SIM Card.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|