# PropertyTable(string, ITableView)

> Creates a search property table.

## Definition

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

> **Warning:**
>
> **Removed.** IMGUI is not support anymore. Use ITableView interface instead.

```csharp
public PropertyTable(string serializationUID, ITableView tableView)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Unique ID used to serialize the property table.**** (\[ITableView]\(/engine/6000.7/script-reference/unityeditor/search/itableview)): Table view host.

### Remarks

The table view host is resposible to provide all the data the search property table needs. See [ITableView](/engine/6000.7/script-reference/unityeditor/search/itableview.md).
