This property allows access to the local text variables set in the current field.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| IInfigoVariable[] LocalTextVariables { get; } | 
| Visual Basic (Declaration) | 
|---|
| ReadOnly Property LocalTextVariables As IInfigoVariable() | 
| Visual C++ | 
|---|
| property array<IInfigoVariable^>^ LocalTextVariables { array<IInfigoVariable^>^ get (); } | 





