Returns the short name of the control as reported by the sound card's driver.

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

Syntax

C#
public string ShortName { get; set; }
Visual Basic
Public Property ShortName As String
	Get
	Set
Visual C++
public:
property String^ ShortName {
	String^ get ();
	void set (String^ value);
}

See Also