ActionItemBaseTAction, TCollectionOutputName Property

Get/Set an output pattern that allows for filenames or foldernames with or without wildcards.

Definition

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

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'Output'.

See Also