# cloudProjectId

> A unique cloud project identifier. It is unique for every project (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** cloudProjectId is deprecated, use CloudProjectSettings.projectId instead

```csharp
public static string cloudProjectId { get; }
```
