VendorId Property

PPJoy

Gets the Vendor ID associated with this Device.

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

Syntax

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

See Also