Returns true if there are alternatives to choose from.

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

Syntax

C#
bool HasAlternatives { get; }
Visual Basic (Declaration)
ReadOnly Property HasAlternatives As Boolean
Visual C++
property bool HasAlternatives {
	bool get ();
}

See Also