Returns the long 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 LongName { get; protected internal set; }
Visual Basic
Public Property LongName As String
	Get
	Protected Friend Set
Visual C++
public:
property String^ LongName {
	String^ get ();
	protected public: void set (String^ value);
}

See Also