MobileBroadbandUiccAppsResult.UiccApps 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.
A list of UICC applications retrieved using MobileBroadbandUicc.GetUiccAppsAsync. Note that this is only valid when Status is Success.
public:
property IVectorView<MobileBroadbandUiccApp ^> ^ UiccApps { IVectorView<MobileBroadbandUiccApp ^> ^ get(); };
IVectorView<MobileBroadbandUiccApp> UiccApps();
public IReadOnlyList<MobileBroadbandUiccApp> UiccApps { get; }
var iVectorView = mobileBroadbandUiccAppsResult.uiccApps;
Public ReadOnly Property UiccApps As IReadOnlyList(Of MobileBroadbandUiccApp)
Property Value
A list of the UICC applications.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|