ActionItemBaseTAction, TCollectionDataFilename Property

Get/Set the path and filename of the reference data file.

Definition

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

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'DataFile'.

See Also