# LibTmux.GetOptionsRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/GetOptionsRequest.cs#L6
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-getoptionsrequest/

Describes one <c>show-options</c> invocation for every option in a scope.

## Members

- `Scope` (property): Gets the scope to read in, or null for the owner's own.
- `Global` (property): Gets whether the global table is read instead of the local one.
- `IncludeHooks` (property): Gets whether hooks are listed alongside options.
- `IncludeInherited` (property): Gets whether values inherited from a parent scope are included.
- `Quiet` (property): Gets whether an empty table is answered with nothing instead of an error.
- `ToCommand` (method): Returns a whole-scope option read as one tmux command.
