# Id

> An unique identifier for the issue descriptor (read-only).

## Definition

* **Type:** Property
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.7/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

```csharp
public DescriptorId Id { get; }
```

### Remarks

Reports can contain two different types of ReportItem:

* Issues, which indicate a potential problem which should be investigated and possibly fixed: for example, a texture with its Read/Write Enabled checkbox ticked.

* Insights, for informational purposes: for example, general information about a texture in the project.

Issues can be identified by having a valid [DescriptorId](/engine/6000.7/script-reference/unity/projectauditor/editor/descriptorid.md). See also: the [ReportItem.IsIssue](/engine/6000.7/script-reference/unity/projectauditor/editor/reportitem/isissue.md) method.
