# `GSInstance removeObjectFromProperties:`

*Instance Method*

Removes a property object from the properties array.

## Declaration

```swift
func removeObject(fromProperties property: GSInfoProperty)
```

```objc
- (void) removeObjectFromProperties:(GSInfoProperty *) property;
```

```python
removeObjectFromProperties_(property: GSInfoProperty)
```

## Parameters

- `property` — The property object to remove.

