# GetValue(in HierarchyNode)

> Gets the property value for the given HierarchyNode.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Hierarchy](/engine/6000.5/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyCoreModule

## GetValue(HierarchyNode)

```csharp
public T GetValue(in HierarchyNode node)
```

### Parameters

**** (\[HierarchyNode]\(/engine/6000.5/script-reference/unity/hierarchy/hierarchynode)): The hierarchy node.

### Returns

| Type | Description                               |
| ---- | ----------------------------------------- |
| T    | The property value of the hierarchy node. |
