---
title: index
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsindexspecifier/index
---

# index

Sets the value of the receiver’s index property.

## Declaration

```swift
var index: Int { get set }
```

## Parameters

- `index`: Value for the receiver’s index property.
