# LibTmux.SetOptionRequest

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

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

## Members

- `SetOptionRequest` (method) — Initializes a request to set one option.
- `Name` (property) — Gets the option to set, optionally with an array index.
- `Value` (property) — Gets the value to store.
- `Scope` (property) — Gets the scope to set in, or null for the owner's own.
- `ExpandFormat` (property) — Gets whether tmux expands the value as a format before storing it.
- `PreventOverwrite` (property) — Gets whether an already-set option is left alone.
- `Quiet` (property) — Gets whether a rejected option is answered with nothing instead of an error.
- `Append` (property) — Gets whether the value is appended to the existing one.
- `Global` (property) — Gets whether the global table is set instead of the local one.
