# `GSValueStore.parentKey`

*Instance Property*

## Declaration

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

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

```python
parentKey() -> str
setParentKey_(parentKey: str)
```

