---
title: startItemID
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpmusicplayerstorequeuedescriptor/startitemid
---

# startItemID

The item identified by the store identifier to play first.

## Declaration

```swift
var startItemID: String? { get set }
```

## Discussion

Discussion When this property isn’t set, the value is nil and the first item in the queue is the first item to play.

## See Also

### Store identifier queue descriptor properties

- [storeIDs](mediaplayer/mpmusicplayerstorequeuedescriptor/storeids.md)
