ActionItemBaseTAction, TCollectionWorkingPath Property

Get/Set the working path for operations in this instance.

Definition

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

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'WorkingPath'.

See Also