# Type

Property in [Destination](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.destination)

## Summary

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

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