# JournalId Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalid/)

## IsDefault {#isdefault-cb0fc4c9}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalid/properties/isdefault-cb0fc4c9/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Journaling/JournalId.cs#L28)

```csharp
public bool IsDefault
```

Gets a value indicating whether this instance is the default value.

## Value {#value-1486e698}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalid/properties/value-1486e698/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Journaling/JournalId.cs#L23)

```csharp
public string Value
```

Gets the stable journal identifier.
