---
title: name
framework: distributed
role: symbol
role_heading: Instance Property
path: distributed/remotecallargument/name
---

# name

The internal name of parameter this argument is accessible as in the function body. It is not part of the functions API and may change without breaking the target identifier.

## Declaration

```swift
let name: String
```

## Discussion

Discussion If the method did not declare an explicit label, it is used as the effectiveLabel.
