# DeviceId

> The unique identifier of the Android device on which the application was launched.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Android](/engine/6000.6/script-reference/unityeditor/android.md)
* **Assembly:** UnityEditor.Android.Extensions

```csharp
public string DeviceId { get; }
```
