# GetValue(in HierarchyNode)

> Gets the property value for the given HierarchyNode.

## Definition

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

## GetValue(HierarchyNode)

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

### Parameters

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

### Returns

| Type                                                           | Description                               |
| -------------------------------------------------------------- | ----------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The property value of the hierarchy node. |
