Returns an array of global text variables. The variable value of those as well as the properties can be modified.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IInfigoVariable[] GlobalTextVariables { get; }
Visual Basic (Declaration)
Public ReadOnly Property GlobalTextVariables As IInfigoVariable()
Visual C++
public:
property array<IInfigoVariable^>^ GlobalTextVariables {
	array<IInfigoVariable^>^ get ();
}

See Also