MediaProcessingTriggerDetails.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.
Gets a value set containing the arguments supplied in the call to MediaProcessingTrigger.RequestAsync.
public:
property ValueSet ^ Arguments { ValueSet ^ get(); };
ValueSet Arguments();
public ValueSet Arguments { get; }
var valueSet = mediaProcessingTriggerDetails.arguments;
Public ReadOnly Property Arguments As ValueSet
Property Value
A value set containing the arguments supplied in the call to MediaProcessingTrigger.RequestAsync.