# `GSInfoValue propertyListValueFormat:`

*Instance Method*

## Declaration

```swift
func propertyListValue(format formatVersion: GSFormatVersion) -> [String : Any]!
```

```objc
- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) formatVersion;
```

```python
propertyListValueFormat_(formatVersion: GSFormatVersion) -> dict[str, object]
```

