FullBuildNumberCreated property

FullBuildNumberCreated property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Returns the full build number of the instance used to create the document.

Version added

2002

Syntax

        
          retVal = object.FullBuildNumberCreated
      

retVal

Long. The build number when the document was created.

object

Required. An expression that returns a Document object.

Remarks

The format of the build number is described in the following table.

Bits

Description

0 - 15

Internal build number

16 - 20

Internal revision number

21 - 25

Minor version number

26 - 30

Major version number (Visio 2002 = 10)

31

Reserved