The integer value of this property.

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

Syntax

C#
int Value { get; set; }
Visual Basic (Declaration)
Property Value As Integer
Visual C++
property int Value {
	int get ();
	void set (int value);
}

See Also