# VisualElementReferenceField(string)

> Initializes a new instance of the VisualElementReferenceField class with the specified label.

## Definition

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

```csharp
public VisualElementReferenceField(string label)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The text to display as the label for the field. Can be null or empty to display no label.
