ApplicationTriggerDetails.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.