UnitNum Property

PPJoy

Gets the unit number of this Device.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

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

See Also