Returns a string representing the type of line.

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

Syntax

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

See Also