Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Gets the USB product ID identification number of the connected device.
Read Only.
Namespace:
Pegasus.LibraryAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public uint ProductID { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property ProductID As UInteger |
| Visual C++ |
|---|
public: property unsigned int ProductID { unsigned int get (); void set (unsigned int value); } |