# GetInfo()

> Returns a formatted string showing various information of the PropertyDatabase.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.5/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public string GetInfo()
```

### Returns

| Type                                                           | Description                |
| -------------------------------------------------------------- | -------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The formatted information. |
