# SetValueWithoutNotify(TValueType)

> Allow to set a value without being notified of the change, if any.

## Definition

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

## SetValueWithoutNotify(T)

```csharp
public virtual void SetValueWithoutNotify(TValueType newValue)
```

### Parameters

**** (T): New value to be set.
