Compartilhar via


Solution2.Version Property

Gets the version number of a Microsoft Office InfoPath form template.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Property Version As String
    Get
'Usage
Dim instance As Solution2
Dim value As String

value = instance.Version
string Version { get; }

Property Value

Type: System.String
The version number of a Microsoft Office InfoPath form template.

Implements

Solution.Version

Remarks

To obtain the version number of the InfoPath application, use Version.

Examples

thisXDocument.UI.Alert("Version: " + thisXDocument.Solution.Version);

See Also

Reference

Solution2 Interface

Solution2 Members

Version Overload

Microsoft.Office.Interop.InfoPath Namespace