MobileBroadbandCellsInfo.ServingCellsLte 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 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.