---
title: bundleID
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistenthistorytransaction/bundleid
---

# bundleID

The originating bundle’s identifier.

## Declaration

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

## Mentioned in

Consuming relevant store changes

## See Also

### Inspecting Transaction Details

- [author](coredata/nspersistenthistorytransaction/author.md)
- [changes](coredata/nspersistenthistorytransaction/changes.md)
- [contextName](coredata/nspersistenthistorytransaction/contextname.md)
- [processID](coredata/nspersistenthistorytransaction/processid.md)
- [storeID](coredata/nspersistenthistorytransaction/storeid.md)
- [timestamp](coredata/nspersistenthistorytransaction/timestamp.md)
- [token](coredata/nspersistenthistorytransaction/token.md)
- [transactionNumber](coredata/nspersistenthistorytransaction/transactionnumber.md)
