# wsaUWPVisualStudioVersion

> Sets and gets Visual Studio version to build Windows Store application with.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static string wsaUWPVisualStudioVersion { get; set; }
```

### Remarks

If the value of this property is empty or is not a valid installed Visual Studio version, Unity uses the latest Visual Studio installed on the development machine.
