StringVariableNames Property

The names of all globally accessible XJEase variables of string type.

Type: XJEaseGlobals

Namespace: XJTAG.Integration.XJRunner

Syntax

public IEnumerable<string> StringVariableNames { get; }

Type

System.Collections.Generic.IEnumerable<string>