# ClusterManifest.Silos

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.metadata.clustermanifest/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.metadata.clustermanifest/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/Manifest/ClusterManifest.cs#L69)

```csharp
[Orleans.Id(1)]
public ImmutableDictionary<SiloAddress, GrainManifest> Silos
```

Gets the manifests for each silo in the cluster.
