# Field.IsEndBaseFields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.wireprotocol.field/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.wireprotocol.field/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/WireProtocol/Field.cs#L201)

```csharp
public readonly bool IsEndBaseFields
```

Gets a value indicating whether this instance represents the end of base fields in a tag-delimited structure.

### Value

`true` if this instance represents end of base fields in a tag-delimited structure; otherwise, `false`.
