# LibTmux.GetOptionsRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/GetOptionsRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-getoptionsrequest/

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

## Members

- `GetOptionsRequest` (method) — Initializes a request for every option in a scope.
- `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.
