Returns an array of fields. The field value as well as properties and possible local variables can be modified.

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

Syntax

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

See Also