Returns the name of the device as reported by the driver.

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

Syntax

C#
public string DeviceName { get; }
Visual Basic
Public ReadOnly Property DeviceName As String
	Get
Visual C++
public:
property String^ DeviceName {
	String^ get ();
}

See Also