ActionItemBaseTAction, TCollectionOutputFilename Property

Get/Set the output path and filename for this action.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public string OutputFilename { get; set; }

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'OutFile'.

See Also