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

# name

The name of this relationship.

## Declaration

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

## Discussion

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