MobileBroadbandCellNR.TrackingAreaCode Property

Definition

Gets the tracking area code (TAC).

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<int> ^ TrackingAreaCode { IReference<int> ^ get(); };
IReference<int> TrackingAreaCode();
public System.Nullable<int> TrackingAreaCode { get; }
var iReference = mobileBroadbandCellNR.trackingAreaCode;
Public ReadOnly Property TrackingAreaCode As Nullable(Of Integer)

Property Value

The tracking area code (TAC), in the range (0-16777215). 5GC TAC is 24-bit value.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to