KestrunTask.Output property
Output produced by the task (last expression for C#/VB, pipeline for PowerShell).
public object? Output { get; }
See Also
- class KestrunTask
- namespace Kestrun.Tasks
Output produced by the task (last expression for C#/VB, pipeline for PowerShell).
public object? Output { get; }