GetClearQuestAPIVersionMajor

Description

Returns a version number for the API itself. The major version number increases whenever an incompatible change is made in the API. The major number should be checked as part of an initial interaction with IBM Rational ClearQuest to be certain that the API is compatible with what the caller expects.

Remarque : This method became available in version 7.0.0.0. This method is for COM only. For Perl, see the ProductInfo Object.

Syntaxe

VBScript

session.GetClearQuestAPIVersionMajor 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Valeur de retour
A Long containing the object model version (for example, 1).

Commentaires