> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Core.TransactionResult.BlockHeight

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[TransactionResult](./ResQ.Core.TransactionResult.md "ResQ.Core.TransactionResult")

## TransactionResult.BlockHeight Property

Block height where transaction was included.

```csharp theme={null}
public System.Nullable<ulong> BlockHeight { get; init; }
```

#### Property Value

[System.Nullable\<](https://learn.microsoft.com/en-us/dotnet/api/system.nullable-1 "System.Nullable`1")[System.UInt64](https://learn.microsoft.com/en-us/dotnet/api/system.uint64 "System.UInt64")[>](https://learn.microsoft.com/en-us/dotnet/api/system.nullable-1 "System.Nullable`1")
