Share via


MobileBroadbandCellNR.CellId Property

Definition

Gets the cell identity.

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 IReference<long long> ^ CellId { IReference<long long> ^ get(); };
IReference<long> CellId();
public System.Nullable<long> CellId { get; }
var iReference = mobileBroadbandCellNR.cellId;
Public ReadOnly Property CellId As Nullable(Of Long)

Property Value

IReference<Int64>

Nullable<Int64>

Windows.Foundation.IReference

IReference<long>

The cell identity, in the range (0-68719476736).

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to