Windward Engine API Reference
VersionMinor Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : VersionMinor Property




Glossary Item Box

The minor version number of Windward Reports. Version numbers are in the form MAJOR.MINOR.RELEASE.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property VersionMinor As Integer
Visual Basic (Usage)Copy Code
Dim value As Integer
 
value = Report.VersionMinor
C# 
public static int VersionMinor {get;}
Managed Extensions for C++ 
public: __property static int get_VersionMinor();
C++/CLI 
public:
static property int VersionMinor {
   int get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.