# `GSInfoValue.value`

*Instance Property*

## Declaration

```swift
var value: String! { get set }
```

```objc
@property (nonatomic, copy) NSString * value;
```

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

```python
pyobjc_instanceMethods.value() -> str
pyobjc_instanceMethods.setValue_(value: str)
```

