# ILocalSiloDetails Properties

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

## ClusterId {#clusterid-29efea65}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.ilocalsilodetails/properties/clusterid-29efea65/)

```csharp
public abstract string ClusterId
```

Gets the cluster identity. This used to be called DeploymentId before Orleans 2.0 name.

## DnsHostName {#dnshostname-ce92bfc8}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.ilocalsilodetails/properties/dnshostname-ce92bfc8/)

```csharp
public abstract string DnsHostName
```

Gets the host name of this silo.

## GatewayAddress {#gatewayaddress-262712ce}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.ilocalsilodetails/properties/gatewayaddress-262712ce/)

```csharp
public abstract SiloAddress GatewayAddress
```

Gets the address of this silo's gateway proxy endpoint.

## Name {#name-99b8151d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.ilocalsilodetails/properties/name-99b8151d/)

```csharp
public abstract string Name
```

Gets the name of this silo.

## SiloAddress {#siloaddress-048f6a97}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.ilocalsilodetails/properties/siloaddress-048f6a97/)

```csharp
public abstract SiloAddress SiloAddress
```

Gets the address of this silo's inter-silo endpoint.
