Returns a reference to the parent CLine object

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

Syntax

C#
public CCoreAudio..::..CLine Parent { get; }
Visual Basic
Public ReadOnly Property Parent As CCoreAudio..::..CLine
	Get
Visual C++
public:
property CCoreAudio..::..CLine^ Parent {
	CCoreAudio..::..CLine^ get ();
}

See Also