Solution2.CacheID - Propriété

Obtient l'ID de cache d'un modèle de formulaire.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
ReadOnly Property CacheID As String
    Get
'Utilisation
Dim instance As Solution2
Dim value As String

value = instance.CacheID
string CacheID { get; }

Valeur de propriété

Type : System.String
L'ID de cache d'un modèle de formulaire.

Remarques

L'ID de cache est le nom de dossier de l'emplacement suivant dans le système de fichiers :

%USERPROFILE%\Local Settings\Application Data\Microsoft\InfoPath\FormCache1\foldername\cacheID

Où foldername est un nom aléatoire attribué au cache des formulaires d'un utilisateur et cacheID est la valeur de l'ID du cache.

Voir aussi

Référence

Solution2 interface

Solution2 - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms