Share via


MobileBroadbandCellsInfo.ServingCellsUmts Property

Definition

Gets a read-only array of serving MobileBroadbandCellUmts containing all UMTS 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<MobileBroadbandCellUmts ^> ^ ServingCellsUmts { IVectorView<MobileBroadbandCellUmts ^> ^ get(); };
IVectorView<MobileBroadbandCellUmts> ServingCellsUmts();
public IReadOnlyList<MobileBroadbandCellUmts> ServingCellsUmts { get; }
var iVectorView = mobileBroadbandCellsInfo.servingCellsUmts;
Public ReadOnly Property ServingCellsUmts As IReadOnlyList(Of MobileBroadbandCellUmts)

Property Value

A read-only array of serving MobileBroadbandCellUmts containing all UMTS providers.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

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

Applies to