# `GSInfoProperty.value`

*Instance Property*

## Declaration

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

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

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

