# `GSParametersAndPropertiesProtocol.properties`

*Instance Property*

## Declaration

```swift
var properties: [GSInfoProperty] { get set }
```

```objc
@property (nonatomic, strong) NSArray<GSInfoProperty *> * properties;
```

```python
properties() -> list[GSInfoProperty]
setProperties_(properties: list[GSInfoProperty])
```

