---
title: isValid
framework: usdkit
role: symbol
role_heading: Instance Property
path: usdkit/usdprim/property/isvalid
---

# isValid

A Boolean value indicating whether this property is valid.

## Declaration

```swift
var isValid: Bool { get }
```

## Discussion

Discussion A property’s validity is connected to a USDStage. A property becomes invalid when the lifetime of its stage ends. A property will also expire if its stage no longer defines a value for the property. isValid is false if this property has expired.
