> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.destination/yarn.compiler.basicblock.destination.type.md).

# Type

Property in [Destination](/2.2/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.destination.md)

## Summary

Gets the Destination's type - whether the destination is a block, or a node.

```csharp
public DestinationType Type { get; set; }
```
