---
title: intValue
framework: swift
role: symbol
role_heading: Instance Property
path: swift/codingkey/intvalue
---

# intValue

The value to use in an integer-indexed collection (e.g. an int-keyed dictionary).

## Declaration

```swift
var intValue: Int? { get }
```
