[This is preliminary documentation and is subject to change.]

Validates the Version number from the Constants file and the one in the database.

Namespace:  OfficeClip.DBLayer.Oem
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public bool ValidateVersionNumber()
Visual Basic (Declaration)
Public Function ValidateVersionNumber As Boolean
Visual C++
public:
bool ValidateVersionNumber()

Return Value

True if the Version numbers match, otherwise False.

See Also