Gets or sets the object that contains data about the control
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public string Tag { get; set; } |
| Visual Basic |
|---|
Public Property Tag As String Get Set |
| Visual C++ |
|---|
public: property String^ Tag { String^ get (); void set (String^ value); } |