The ID of the mixer as provided by the sound card driver.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public int ProductID { get; protected internal set; }
Visual Basic
Public Property ProductID As Integer
	Get
	Protected Friend Set
Visual C++
public:
property int ProductID {
	int get ();
	protected public: void set (int value);
}

See Also