# wsaUWPSDK

> Sets and gets target UWP SDK to build Windows Store application against.

## Definition

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

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

### Remarks

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