# ReminderEntry Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/)

## ETag {#etag-0241ff92}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/properties/etag-0241ff92/)

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

```csharp
[Orleans.Id(4)]
public string ETag
```

Gets or sets the ETag.

### Value

The ETag.

## GrainId {#grainid-6e013958}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/properties/grainid-6e013958/)

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

```csharp
[Orleans.Id(0)]
public GrainId GrainId
```

Gets or sets the grain ID of the grain that created the reminder. Forms the reminder primary key together with [ReminderEntry](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/).

## Period {#period-5bdccece}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/properties/period-5bdccece/)

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

```csharp
[Orleans.Id(3)]
public TimeSpan Period
```

Gets or sets the time period for the reminder

## ReminderName {#remindername-2ca959c2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/properties/remindername-2ca959c2/)

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

```csharp
[Orleans.Id(1)]
public string ReminderName
```

Gets or sets the name of the reminder. Forms the reminder primary key together with [ReminderEntry](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/).

## StartAt {#startat-d9822fa0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminderentry/properties/startat-d9822fa0/)

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

```csharp
[Orleans.Id(2)]
public DateTime StartAt
```

Gets or sets the time when the reminder was supposed to tick in the first time
