# Silo Properties

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

## SiloAddress {#siloaddress-2c44f8e1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silo/properties/siloaddress-2c44f8e1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Silo/Silo.cs#L54)

```csharp
public SiloAddress SiloAddress
```

Gets the address of this silo.

## SiloTerminated {#siloterminated-8541cb58}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silo/properties/siloterminated-8541cb58/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Silo/Silo.cs#L59)

```csharp
public Task SiloTerminated
```

Gets a `System.Threading.Tasks.Task` which completes once the silo has terminated.
