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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also