# GrainBindings Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.metadata.grainbindings/)

## Bindings {#bindings-c12dae32}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.metadata.grainbindings/properties/bindings-c12dae32/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Manifest/GrainBindings.cs#L37)

```csharp
public ImmutableArray<ImmutableDictionary<string, string>> Bindings
```

Gets the bindings for the specified grain type.

## GrainType {#graintype-22f25503}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.metadata.grainbindings/properties/graintype-22f25503/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Manifest/GrainBindings.cs#L32)

```csharp
public GrainType GrainType
```

Gets the grain type.
