# `GSNameParticle.names`

*Instance Property*

The names.

## Declaration

```swift
var names: [GSInfoValue] { get set }
```

```objc
@property (nonatomic, strong) NSArray<GSInfoValue *> * names;
```

[See also `names` in the Python API](https://docu.glyphsapp.com/#GSNameParticle.names)

```python
pyobjc_instanceMethods.names() -> list[GSInfoValue]
pyobjc_instanceMethods.setNames_(names: list[GSInfoValue])
```

