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

# name

The name of this attribute.

## Declaration

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

## Discussion

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