ApplicationTriggerDetails.Arguments Property

Definition

The arguments that were passed to the background task using the ApplicationTrigger.RequestAsync(ValueSet) method.

public:
 property ValueSet ^ Arguments { ValueSet ^ get(); };
ValueSet Arguments();
public ValueSet Arguments { get; }
var valueSet = applicationTriggerDetails.arguments;
Public ReadOnly Property Arguments As ValueSet

Property Value

The serialized arguments.

Applies to