Gets the Product ID associated with this
Device.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ProductId As Integer |
C# |
---|
public int ProductId { get; } |
Visual C++ |
---|
public:
property int ProductId {
int get ();
} |
See Also