# ClusterMember Properties

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

## Name {#name-d80e299e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermember/properties/name-d80e299e/)

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

```csharp
[Orleans.Id(2)]
public string Name
```

Gets the silo name.

### Value

The silo name.

## SiloAddress {#siloaddress-ebeb65ba}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermember/properties/siloaddress-ebeb65ba/)

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

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

Gets the silo address.

### Value

The silo address.

## Status {#status-bc9ab09d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermember/properties/status-bc9ab09d/)

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

```csharp
[Orleans.Id(1)]
public SiloStatus Status
```

Gets the silo status.

### Value

The silo status.
