---
title: "appending(property:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdlayer/path/appending(property:)"
---

# appending(property:)

Returns a new path with the named property appended.

## Declaration

```swift
func appending(property name: USDToken) -> USDLayer.Path
```

## Parameters

- `name`: The property’s name.

## Return Value

Return Value A new path identifying the property.
