# `GSInstance objectInPropertiesAtIndex:`

*Instance Method*

Returns the property object at the specified index.

## Declaration

```swift
func objectInProperties(at idx: UInt) -> GSInfoProperty?
```

```objc
- (GSInfoProperty *) objectInPropertiesAtIndex:(NSUInteger) idx;
```

```python
objectInPropertiesAtIndex_(idx: int) -> GSInfoProperty
```

## Parameters

- `idx` — The index.

## Return Value

The property object.

