'Declaration
Public Shared Function CheckServerVersion( _ ByVal major As System.Integer, _ ByVal minor As System.Integer, _ ByVal build As System.Integer, _ ByVal js As Server _ ) As System.Boolean
'Usage
Dim major As System.Integer Dim minor As System.Integer Dim build As System.Integer Dim js As Server Dim value As System.Boolean value = BasePublicObject.CheckServerVersion(major, minor, build, js)
Parameters
- major
- minor
- build
- js
Return Value
Returns true if the version specified is greater than or equal to the current server.