Microsoft SDK for Java

createVersion

This method of the SystemVersionManager Class creates a version object.

Syntax

public static Properties createVersion(int major, int minor, int buildnum, int buildinc, String description);

Return Value

Returns a Property object that contains the version properties.

Parameters

major The major version number.
minor The minor version number.
buildnum The build number.
buildinc The incremental build number.
description The string description of the version.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.