---
title: networkList
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspothelpercommand/networklist
---

# networkList

The list of networks associated with the command.

## Declaration

```swift
var networkList: [NEHotspotNetwork]? { get }
```

## Discussion

Discussion This property will be nil unless commandType is kNEHotspotHelperCommandTypeFilterScanList.

## See Also

### Command information

- [commandType](networkextension/nehotspothelpercommand/commandtype.md)
- [NEHotspotHelperCommandType](networkextension/nehotspothelpercommandtype.md)
- [network](networkextension/nehotspothelpercommand/network.md)
