# Version

> Returns the version of the subsystem implementation. Can be used together with SubsystemDescriptor to identify a subsystem.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AdaptivePerformance.Provider](/engine/6000.7/script-reference/unityengine/adaptiveperformance/provider.md)
* **Assembly:** UnityEngine.AdaptivePerformanceModule

```csharp
public abstract Version Version { get; }
```
