> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.0/api/csharp/yarn/yarn.optionset/yarn.optionset.options.md).

# Options

Property in [OptionSet](/2.0/api/csharp/yarn/yarn.optionset.md)

## Summary

Gets the [Option](/2.0/api/csharp/yarn/yarn.optionset/yarn.optionset.option.md) s that should be presented to the user.

```csharp
public Option[] Options { get; private set; }
```

## See Also

* [Option](/2.0/api/csharp/yarn/yarn.optionset/yarn.optionset.option.md): An option to be presented to the user.
