The returns the unique identifier for the current line.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public int ID { get; protected internal set; } |
| Visual Basic |
|---|
Public Property ID As Integer
Get
Protected Friend Set |
| Visual C++ |
|---|
public:
property int ID {
int get ();
protected public: void set (int value);
} |
See Also