# CandidateConnectedVertex Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/)

## Id {#id-de0eef9b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/properties/id-de0eef9b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L139)

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

## TransferScore {#transferscore-8c48bafd}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/properties/transferscore-8c48bafd/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L142)

```csharp
[Orleans.Id(1)]
public long TransferScore
```
