---
title: linkedServices
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmservice/linkedservices
---

# linkedServices

An array of service objects that represents all the services to which the service links.

## Declaration

```swift
var linkedServices: [HMService]? { get }
```
