# type

> Type name of the property. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public string type { get; }
```

### Remarks

Returns C# type name of the property for all [SerializedPropertyType](/engine/6000.0/script-reference/unityeditor/serializedpropertytype.md) values, except for [SerializedPropertyType.ObjectReference](/engine/6000.0/script-reference/unityeditor/serializedpropertytype/objectreference.md), [SerializedPropertyType.ManagedReference](/engine/6000.0/script-reference/unityeditor/serializedpropertytype/managedreference.md)  and other internal values of SerializedPropertyType, where the internal serialization type name is returned.

Additional Resources: [SerializedProperty.arrayElementType](/engine/6000.0/script-reference/unityeditor/serializedproperty/arrayelementtype.md)
