# Value

> The constant value the variable is compared against, boxed as Object, or null when no variable is assigned.

## Definition

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

```csharp
object Value { get; }
```

### Remarks

The value's runtime type matches the data type of [IVariableCondition.Variable](/engine/6000.7/script-reference/unity/graphtoolkit/editor/ivariablecondition/variable.md).
