# PlacementStrategyResolver Methods

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

## GetPlacementStrategy(GrainType) {#getplacementstrategy-orleans-runtime-graintype-42c9b5d1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.placement.placementstrategyresolver/methods/getplacementstrategy-orleans-runtime-graintype-42c9b5d1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Placement/PlacementStrategyResolver.cs#L45)

```csharp
public PlacementStrategy GetPlacementStrategy(GrainType grainType)
```

Gets the placement strategy associated with the provided grain type.

### Parameters

- `grainType` (`GrainType`)
