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

# name

The name of this property.

## Declaration

```swift
var name: USDToken { get }
```

## Discussion

Discussion A property’s name is the last component of its path. name is equivalent to the SdfPath/nameToken of that path.
