Gets version information about the QUARC Target.
            
    Namespace: 
   Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Function GetVersion As Target..::.Version | 
| C# | 
|---|
| public Target..::.Version GetVersion() | 
| Visual C++ | 
|---|
| public: Target..::.Version GetVersion() | 
| JavaScript | 
|---|
| function getVersion(); | 
Return Value
Returns the target version as a Target..::.Version structure. Remarks
Remarks
This method returns version information about the QUARC Target, such as the major and minor version numbers and the date.
 
     
     
     
     
    