# IClusterMembershipService Properties

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

## CurrentSnapshot {#currentsnapshot-4f497d05}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.iclustermembershipservice/properties/currentsnapshot-4f497d05/)

```csharp
public abstract ClusterMembershipSnapshot CurrentSnapshot
```

Gets the most recent cluster membership snapshot.

### Value

The current snapshot.

## MembershipUpdates {#membershipupdates-afe6c269}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.iclustermembershipservice/properties/membershipupdates-afe6c269/)

```csharp
public abstract IAsyncEnumerable<ClusterMembershipSnapshot> MembershipUpdates
```

Gets an enumerable collection of membership updates.

### Value

The membership updates.
