Returns an array of global text variables.
            The variable value of those as well as the properties can be 
            modified.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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 (); } | 





