ApplicationTriggerDetails.Arguments 属性

定义

使用 ApplicationTrigger.RequestAsync (ValueSet) 方法传递给后台任务的参数。

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

属性值

序列化的参数。

适用于