MobileBroadbandCellsInfo.ServingCellsLte Property

Definition

Gets a read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

public:
 property IVectorView<MobileBroadbandCellLte ^> ^ ServingCellsLte { IVectorView<MobileBroadbandCellLte ^> ^ get(); };
IVectorView<MobileBroadbandCellLte> ServingCellsLte();
public IReadOnlyList<MobileBroadbandCellLte> ServingCellsLte { get; }
var iVectorView = mobileBroadbandCellsInfo.servingCellsLte;
Public ReadOnly Property ServingCellsLte As IReadOnlyList(Of MobileBroadbandCellLte)

Property Value

A read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

If not available or unknown, the size of array is 0.

Applies to