# BindingResult

> Provides information about the binding update.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public readonly struct BindingResult
```

## Constructors

| Constructor                                                                                                                                       | Description                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| [BindingResult(UnityEngine.UIElements.BindingStatus,System.String)](/engine/6000.5/script-reference/unityengine/uielements/bindingresult/ctor.md) | Constructs a binding result. |

## Properties

| Property                                                                                   | Description                                          |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
| [message](/engine/6000.5/script-reference/unityengine/uielements/bindingresult/message.md) | Gets the message associated with the binding update. |
| [status](/engine/6000.5/script-reference/unityengine/uielements/bindingresult/status.md)   | The status from the binding update.                  |
