---
title: allServices
framework: wifiaware
role: symbol
role_heading: Type Property
path: wifiaware/waservice/allservices
---

# allServices

A dictionary of all services declared by your app, indexed by service name.

## Declaration

```swift
static var allServices: [String : Self] { get }
```
