> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ExperimentVariable

> ExperimentVariable data type.

A variable (key-value pair) within an experiment variant.

## Properties

| Name  | Type   | Description            |
| :---- | :----- | :--------------------- |
| Name  | String | Name of the variable.  |
| Value | String | Value of the variable. |


## Related topics

- [ExperimentVariant](/services/playfab/api-references/events/data-types/experimentvariant.md)
- [Experiments Quickstart](/services/playfab/live-service-management/game-configuration/experiments/quickstart.md)
- [Experiments Pricing](/services/playfab/live-service-management/game-configuration/experiments/pricing.md)
- [Analyze Experiments](/services/playfab/live-service-management/game-configuration/experiments/analyze-experiments.md)
- [Experiment](/services/playfab/api-references/events/data-types/experiment.md)
