# LibTmux.SetOptionRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/SetOptionRequest.cs#L6
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
- `ToCommand` (method): Returns an option request as one tmux command.
