# SiloHandle Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/)

## ClusterOptions {#clusteroptions-5a6d530f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/properties/clusteroptions-5a6d530f/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/SiloHandle.cs)

```csharp
public TestClusterOptions ClusterOptions
```

Get or set configuration of the cluster

## GatewayAddress {#gatewayaddress-d2140e7e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/properties/gatewayaddress-d2140e7e/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/SiloHandle.cs)

```csharp
public SiloAddress GatewayAddress
```

## InstanceNumber {#instancenumber-b19e8eb7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/properties/instancenumber-b19e8eb7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/SiloHandle.cs)

```csharp
public short InstanceNumber
```

Gets or sets the instance number within the cluster.

## IsActive {#isactive-ddc996e3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/properties/isactive-ddc996e3/)

```csharp
public abstract bool IsActive
```

Gets whether the remote silo is expected to be active

## Name {#name-3ce32571}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/properties/name-3ce32571/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/SiloHandle.cs)

```csharp
public string Name
```

Get or set the name of the silo

## SiloAddress {#siloaddress-abd55ba7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/properties/siloaddress-abd55ba7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/SiloHandle.cs)

```csharp
public SiloAddress SiloAddress
```

Get or set the address of the silo
