Return the version number for the MixerProNET library.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public string Version { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Version As String
Get |
| Visual C++ |
|---|
public:
property String^ Version {
String^ get ();
} |
See Also