# PlacementTarget Properties

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

## GrainIdentity {#grainidentity-b9b191cb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.placement.placementtarget/properties/grainidentity-b9b191cb/)

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

```csharp
public GrainId GrainIdentity
```

Gets the grain being targeted.

## InterfaceType {#interfacetype-09f0916d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.placement.placementtarget/properties/interfacetype-09f0916d/)

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

```csharp
public GrainInterfaceType InterfaceType
```

Gets the interface type of the interface which is being called on the grain which triggered this placement request.

## InterfaceVersion {#interfaceversion-b5dfe45c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.placement.placementtarget/properties/interfaceversion-b5dfe45c/)

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

```csharp
public ushort InterfaceVersion
```

Gets the interface version being requested.

## RequestContextData {#requestcontextdata-af60fc18}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.placement.placementtarget/properties/requestcontextdata-af60fc18/)

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

```csharp
public Dictionary<string, object> RequestContextData
```

Gets the [RequestContext](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.requestcontext/) dictionary for the request which triggered placement.
