Share via


_Application3.Version Property

Gets the Microsoft Office InfoPath 2007 version number.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Property Value

The Microsoft Office InfoPath 2007 version number.

Remarks

The version number of the application does not contain the name. To obtain the name of an application, use the Name property

To obtain the version number of a form template, use the Version property.

Example

In the following example, the Version property of the Application object is used to display the application's version number in a message box:

thisXDocument.UI.Alert("Application version: " + thisApplication.Version);

See Also

Reference

_Application3 Interface
_Application3 Members
Microsoft.Office.Interop.InfoPath Namespace