# roamingEnabled

> Defines whether secondary tile is copied to another device when application is installed by the same users account.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.WSA](/engine/6000.5/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public bool roamingEnabled
```

### Remarks

Note: when true on Windows 8 this sets CopyOnDeployment tile option. Defaults to true (matches the Windows 8.1 default).
