# BatchedNotificationMessage Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.batchednotificationmessage/)

## Notifications {#notifications-a2a2117a}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.batchednotificationmessage/properties/notifications-a2a2117a/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/Common/NotificationMessage.cs)

```csharp
[Orleans.Id(0)]
public List<INotificationMessage> Notifications
```

The notification messages contained in this batch.

## Version {#version-c4fdf900}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.batchednotificationmessage/properties/version-c4fdf900/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/Common/NotificationMessage.cs#L45)

```csharp
public int Version
```

The version number - for a batch, this is the maximum version contained.
