---
title: value
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/httpcookie/value
---

# value

The cookie’s string value.

## Declaration

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

## See Also

### Getting cookie metadata

- [name](foundation/httpcookie/name.md)
- [version](foundation/httpcookie/version.md)
