# ReminderEvent Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.reminderevent/)

## GrainId {#grainid-04915a42}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.reminderevent/fields/grainid-04915a42/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Diagnostics/ReminderEvents.cs)

```csharp
public readonly GrainId GrainId
```

The grain associated with the reminder.

## ReminderName {#remindername-37427ebc}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.reminderevent/fields/remindername-37427ebc/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Diagnostics/ReminderEvents.cs)

```csharp
public readonly string ReminderName
```

The reminder name.

## SiloAddress {#siloaddress-d2972d69}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.reminderevent/fields/siloaddress-d2972d69/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Diagnostics/ReminderEvents.cs)

```csharp
public readonly SiloAddress? SiloAddress
```

The address of the silo associated with the event, if any.
