# DeclaredValueType()

> Returns the declared value type of the property.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.0/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
Type DeclaredValueType()
```

### Returns

| Type                                                       | Description              |
| ---------------------------------------------------------- | ------------------------ |
| [Type](https://learn.microsoft.com/dotnet/api/system.type) | The declared value type. |
