Pegasus Class Library Help
Gets the USB product ID identification number of the connected device. Read Only.

Namespace:  Pegasus.Library
Assembly:  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);
}

Field Value

The product ID.

See Also