Share via


MobileBroadbandCellsInfo.ServingCellsGsm Property

Definition

Gets a read-only array of neighboring MobileBroadbandCellGsm containing all GSM providers.

Note

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

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

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

Property Value

A read-only array of neighboring MobileBroadbandCellGsm containing all GSM providers.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

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

Applies to