# objectReferenceValue

> Value of an object reference property.

## Definition

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

```csharp
public Object objectReferenceValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.0/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.ObjectReference](/engine/6000.0/script-reference/unityeditor/serializedpropertytype/objectreference.md).
