The version of Windward/AutoTag this template was created for. The default is the latest major version number.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property TemplateVersion As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Report
Dim value As Integer
 
instance.TemplateVersion = value
 
value = instance.TemplateVersion  | 
 
| C# |   | 
|---|
public int TemplateVersion {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property int get_TemplateVersion();
public: __property void set_TemplateVersion( 
   int value
);  | 
 
| C++/CLI |   | 
|---|
public:
property int TemplateVersion {
   int get();
   void set (    int value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also