Share via


ApplicationTriggerDetails.Arguments Property

Definition

Overloads

Arguments

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

Arguments

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