This property allows access to the local text variables set in the current field.

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

Syntax

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

See Also