# `GSInfoProperty.key`

*Instance Property*

The key.

## Declaration

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

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

```python
key() -> str
setKey_(key: str)
```

