---
title: "isValidName(_:)"
framework: usdkit
role: symbol
role_heading: Type Method
path: "usdkit/usdprim/property/spec/isvalidname(_:)"
---

# isValidName(_:)

Returns a Boolean value that indicates whether name is a valid property name.

## Declaration

```swift
static func isValidName(_ name: USDToken) -> Bool
```

## Parameters

- `name`: The candidate name.

## Return Value

Return Value true if name is a valid property name; otherwise, false.
