# enumValueFlag

> Int32 representation of an enum property with Mixed Values.

## Definition

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

```csharp
public int enumValueFlag { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.6/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Enum](/engine/6000.6/script-reference/unityeditor/serializedpropertytype/enum.md), [SerializedProperty.enumNames](/engine/6000.6/script-reference/unityeditor/serializedproperty/enumnames.md).
