# LibTmux.UnsetOptionRequest

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

Describes one <c>set-option -u</c> invocation.

## Members

- `UnsetOptionRequest` (method) — Initializes a request to unset one option.
- `Name` (property) — Gets the option to unset, optionally with an array index.
- `Scope` (property) — Gets the scope to unset in, or null for the owner's own.
- `Global` (property) — Gets whether the global table is unset instead of the local one.
- `UnsetPaneOverrides` (property) — Gets whether every pane's override of the option goes too.
- `Quiet` (property) — Gets whether a missing option is answered with nothing instead of an error.
