# Field.IsEndObject

[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#L207)

```csharp
public readonly bool IsEndObject
```

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

### Value

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