Returns the line ID of the line to which this line is connected.

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

Syntax

C#
public int DestinationID { get; protected internal set; }
Visual Basic
Public Property DestinationID As Integer
	Get
	Protected Friend Set
Visual C++
public:
property int DestinationID {
	int get ();
	protected public: void set (int value);
}

See Also