---
title: valid
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/beprocesscapabilitygrant/valid
---

# valid

A Boolean value that indicates whether the system grants the capability.

## Declaration

```occ
@property (readonly, getter=isValid) BOOL valid;
```

## Discussion

Discussion The system sets this property to true if the system grants the capability; otherwise, the value is false.

## See Also

### Testing and changing validity

- [invalidate](browserenginekit/beprocesscapabilitygrant/invalidate.md)
