# arguments

> Arguments to be passed for application when toast notification is activated.

## Definition

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

```csharp
public string arguments { get; set; }
```

### Remarks

Passed arguments can be accessed via [Application.arguments](/engine/6000.0/script-reference/unityengine/wsa/application/arguments.md). Note, that arguments are only supported in XAML builds.
