Partager via


Application.Version, propriété

Obtient le numéro de version de l'application Microsoft Office InfoPath 2007.

Espace de noms : Microsoft.Office.InfoPath
Assembly : Microsoft.Office.InfoPath (dans microsoft.office.infopath.dll)

Syntaxe

Public MustOverride ReadOnly Property Version As String

Dim instance As Application
Dim value As String

value = instance.Version
public abstract string Version { get; }

Valeur de la propriété

Numéro de version de l'application.

Remarques

Ce membre est accessible sans restrictions.

Ce type ou ce membre est uniquement accessible à partir du code exécuté dans les formulaires ouverts dans Microsoft Office InfoPath 2007.

Exemple

Dans l'exemple ci-dessous, la propriété Version est utilisée pour afficher le numéro de version de l'application.

string appVersion = this.Application.Version;
MessageBox.Show(appVersion);
Dim appVersion As String = Me.Application.Version
MessageBox.Show(appVersion)

Voir aussi

Référence

Application, classe
Membres Application
Microsoft.Office.InfoPath, espace de noms