# SimpleGrainStatistic Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/)

## ActivationCount {#activationcount-5fb2e6eb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/properties/activationcount-5fb2e6eb/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs)

```csharp
[Orleans.Id(2)]
public int ActivationCount
```

The number of activations of this grain type on this given silo.

## GrainType {#graintype-8b5ea7b7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/properties/graintype-8b5ea7b7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs)

```csharp
[Orleans.Id(0)]
public string GrainType
```

The type of the grain for this SimpleGrainStatistic.

## SiloAddress {#siloaddress-0230e3f1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/properties/siloaddress-0230e3f1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs)

```csharp
[Orleans.Id(1)]
public SiloAddress SiloAddress
```

The silo address for this SimpleGrainStatistic.
