The batch mode to use (see InfigoBatchRunData..::.InfigoBatchType).

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

Syntax

C#
public InfigoBatchRunData..::.InfigoBatchType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As InfigoBatchRunData..::.InfigoBatchType
Visual C++
public:
property InfigoBatchRunData..::.InfigoBatchType Type {
	InfigoBatchRunData..::.InfigoBatchType get ();
	void set (InfigoBatchRunData..::.InfigoBatchType value);
}

See Also