Gets the error code.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public int Code { get; }
Visual Basic (Declaration)
Public ReadOnly Property Code As Integer
Visual C++
public:
property int Code {
	int get ();
}

Remarks

Note that Type is more useful then Code, and Code may be deprecated in the future.

See Also