# `GSGlyphInfo.sortNameKeep`

*Instance Property*

## Declaration

```swift
var sortNameKeep: String? { get set }
```

```objc
@property (nonatomic, strong) NSString * sortNameKeep;
```

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

```python
pyobjc_instanceMethods.sortNameKeep() -> str
pyobjc_instanceMethods.setSortNameKeep_(sortNameKeep: str)
```

