---
title: "subscript(_:)"
framework: xpc
role: symbol
role_heading: Instance Subscript
path: "xpc/xpcarray/subscript(_:)-7io5d"
---

# subscript(_:)

Get or set a value in this array as an endpoint.

## Declaration

```swift
subscript(index: Int) -> XPCEndpoint? { get set }
```

## Parameters

- `index`: The index at which to get or set the endpoint.

## Return Value

Return Value An endpoint value or nil if no such value was found.
