# `GSInstance.properties`

*Instance Property*

A list of property objects.

## Declaration

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

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

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

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

