# ClusterMembershipUpdate.Changes

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/properties/)

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

```csharp
[Orleans.Id(0)]
public ImmutableArray<ClusterMember> Changes
```

Gets the changes.

### Value

The changes.
