# guidValue

> The value of a GUID property.

## Definition

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

```csharp
public GUID guidValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.5/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.GUID](/engine/6000.5/script-reference/unityeditor/serializedpropertytype/guid.md), GUID.
