---
title: partySizeRange
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridepartysizeoption/partysizerange
---

# partySizeRange

The number of people in the party, specified as a minimum and maximum value.

## Declaration

```swift
var partySizeRange: NSRange { get }
```

## Discussion

Discussion The location value of the range contains the minimum number of people. Adding the location and length values results in the maximum number of people. For example, a range value of (1, 0) represents a single person and a range value of (1, 2) represents 1 to 3 people.

## See Also

### Getting the Party Size Information

- [sizeDescription](intents/inridepartysizeoption/sizedescription.md)
- [priceRange](intents/inridepartysizeoption/pricerange.md)
