---
title: entries
framework: network
role: symbol
role_heading: Instance Property
path: network/nwtxtrecord/entries
---

# entries

Get all entries present in the TXT record.

## Declaration

```swift
var entries: [String : NWTXTRecord.Entry] { get }
```

## Return Value

Return Value A dictionary representing all entries in the TXT record, preserving original key case.
