InputData

Returns the input data consumed by this task. Keys indicate the data type, values are the list of corresponding objects.

Declaration Syntax

public Dictionary<string, List<object>> InputData { get; }