---
title: ssidPrefix
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspotconfiguration/ssidprefix
---

# ssidPrefix

The string used to match networks against a known SSID prefix.

## Declaration

```swift
var ssidPrefix: String { get }
```

## Discussion

Discussion This property is only populated for configuration instances initialized with SSID prefix strings. The property is an empty string if the configuration instance has a full ssid.

## See Also

### Accessing configuration properties

- [ssid](networkextension/nehotspotconfiguration/ssid.md)
- [lifeTimeInDays](networkextension/nehotspotconfiguration/lifetimeindays.md)
- [joinOnce](networkextension/nehotspotconfiguration/joinonce.md)
- [hidden](networkextension/nehotspotconfiguration/hidden.md)
