# EdgeVertex Fields

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

## Id {#id-03978736}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/fields/id-03978736/)

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

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

## IsMigratable {#ismigratable-e02c7407}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/fields/ismigratable-e02c7407/)

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

```csharp
[Orleans.Id(2)]
public readonly bool IsMigratable
```

## Silo {#silo-07d7939f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/fields/silo-07d7939f/)

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

```csharp
[Orleans.Id(1)]
public readonly SiloAddress Silo
```
