# objectReferenceValue

> Value of an object reference property.

## Definition

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

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

### Remarks

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