# JournaledGrain&lt;TGrainState, TEventBase&gt;.Version

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.journaledgrain-2/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.journaledgrain-2/properties/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.EventSourcing/JournaledGrain.cs#L107)

```csharp
protected int JournaledGrain<TGrainState, Version
```

Gets the version of the current confirmed state. Equals the total number of confirmed events.
