# ILogConsistencyProtocolServices Properties

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

## GrainId {#grainid-7f79f825}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogconsistencyprotocolservices/properties/grainid-7f79f825/)

```csharp
public abstract GrainId GrainId
```

The ID for this grain.

## MyClusterId {#myclusterid-7d93e14d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogconsistencyprotocolservices/properties/myclusterid-7d93e14d/)

```csharp
public abstract string MyClusterId
```

The id of this cluster. Returns "I" if no multi-cluster network is present.
