# Sandbox.FeatureAttribute

Sets the category or the group of a type or a type member.
This info can then be retrieved via DisplayInfo library.

- Kind: attribute
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`

## Constructors

- [`FeatureAttribute`](/api/Sandbox.FeatureAttribute/.ctor)

## Properties

- [`Description`](/api/Sandbox.FeatureAttribute/Description): The description of the feature
- [`Icon`](/api/Sandbox.FeatureAttribute/Icon): Icon to show next to the feature
- [`Identifier`](/api/Sandbox.FeatureAttribute/Identifier): How we will group features together
- [`Tint`](/api/Sandbox.FeatureAttribute/Tint): The color of the feature button. Helps group things, helps things to stand out. Defaults to white.
- [`Title`](/api/Sandbox.FeatureAttribute/Title): Title of the feature. Keep it short please!
