---
title: name
framework: usdkit
role: symbol
role_heading: Instance Property
path: usdkit/usdstage-4sfi1/object/name
---

# name

The name of this object.

## Declaration

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

## Discussion

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